#EC8CCD

Color #EC8CCD Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #EC8CCD

Tints of Tea Rose #EC8CCD

Color information

#EC8CCD (or 0xEC8CCD) is unknown color: approx Tea Rose. HEX triplet: EC, 8C and CD. RGB value is (236,140,205). Sum of RGB (Red+Green+Blue) = 236+140+205=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8CCD is #137332. Grayscale: #AFAFAF. Windows color (decimal): -1274675 or 13470956. OLE color: 13470956.

HSL color Cylindrical-coordinate representation of color #EC8CCD: hue angle of 319.38º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC8CCD is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB236140205-
CMYK00.410.130.07
HSL319.38º71.64%73.73%-
HSV(B)319.38º40.68%92.55%-
XYZ54.994162.77-
YUV176.11144.3170.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 40.62%
GREEN value IS 140 (55.08% from 255) = 24.10%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=40.62%
G=24.10%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614020500.410.130.07319.3871.6473.73
HexEC8CCD029D713f484a
Octal354214315051157477110112
Binary1110110010001100110011010101001110111110011111110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8CCD; }

 p { color: rgb(236,140,205); }

 H1.HeaderClassName
 {
   color: #EC8CCD;
 }
 .AnyTagClassName
 {
   color: #EC8CCD;
 }
</style>
background-color css

<style>
 a { background-color: #EC8CCD; }

 a { background-color: rgb(236,140,205); }

 div.DivClassName
 {
   background-color: #EC8CCD;
 }
 .BgClassName
 {
   background-color: #EC8CCD;
 }
</style>
border-color css

<style>
 span { border-color: #EC8CCD; }

 span { border-color: rgb(236,140,205); }

 td.TdClassName
 {
   border-color: #EC8CCD;
 }
 .TagClassName
 {
   border-color: #EC8CCD;
 }
</style>