Html Css Color HEX #EC8CCC Tea Rose

📋 copy color: '#EC8CCC'

red 236 ◦ green 140 ◦ blue 204

#EC8CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #EC8CCC

Tints of Tea Rose #EC8CCC

RGB

 RED value IS 236 (92.58% from 255) = 40.69%

 GREEN value IS 140 (55.08% from 255) = 24.14%

 BLUE value IS 204 (80.08% from 255) = 35.17%

R = 40.69%
G = 24.14%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC8CCC (or 0xEC8CCC) is known color: Tea Rose. HEX triplet: EC, 8C and CC. RGB value is (236,140,204). Sum of RGB (Red+Green+Blue) = 236+140+204=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8CCC is #137333. Grayscale: #AFAFAF. Windows color (decimal): -1274676 or 13405420. OLE color: 13405420.

HSL color Cylindrical-coordinate representation of color #EC8CCC: hue angle of 320º 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 #EC8CCC is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 140 204 -
CMYK 0 0.41 0.14 0.07
HSL 320º 0.72% 0.74% -
HSV(B) 320º 0.41% 0.93% -
XYZ 54.87 40.95 62.14 -
YUV 176 143.8 170.8 -
System Red Green Blue C M Y K H S L
Decimal 236 140 204 0 0.41 0.14 0.07 320 0.72 0.74
Hex EC 8C CC 0 29 E 7 140 48 4A
Octal 354 214 314 0 51 16 7 500 110 112
Binary 11101100 10001100 11001100 0 101001 1110 111 101000000 1001000 1001010

Color Harmonies of #EC8CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8CCC

Black with #EC8CCC

Text Example


Text Example

White with #EC8CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8CCC; }

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

 H1.HeaderClassName
 {
   color: #EC8CCC;
 }
 .AnyTagClassName
 {
   color: #EC8CCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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