Html Css Color HEX #EC8ECB Tea Rose

📋 copy color: '#EC8ECB'

red 236 ◦ green 142 ◦ blue 203

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

Shades of Tea Rose #EC8ECB

Tints of Tea Rose #EC8ECB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.44%

 BLUE value IS 203 (79.69% from 255) = 34.94%

R = 40.62%
G = 24.44%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC8ECB (or 0xEC8ECB) is known color: Tea Rose. HEX triplet: EC, 8E and CB. RGB value is (236,142,203). Sum of RGB (Red+Green+Blue) = 236+142+203=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 142 (55.86% from 255 or 24.44% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8ECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8ECB is #137134. Grayscale: #B0B0B0. Windows color (decimal): -1274165 or 13340396. OLE color: 13340396.

HSL color Cylindrical-coordinate representation of color #EC8ECB: hue angle of 321.06º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8ECB is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 142 203 -
CMYK 0 0.40 0.14 0.07
HSL 321.06º 0.71% 0.74% -
HSV(B) 321.06º 0.4% 0.93% -
XYZ 55.04 41.49 61.61 -
YUV 177.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 236 142 203 0 0.40 0.14 0.07 321.06 0.71 0.74
Hex EC 8E CB 0 28 E 7 141 47 4A
Octal 354 216 313 0 50 16 7 501 107 112
Binary 11101100 10001110 11001011 0 101000 1110 111 101000001 1000111 1001010

Color Harmonies of #EC8ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8ECB

Black with #EC8ECB

Text Example


Text Example

White with #EC8ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8ECB; }

 p { color: rgb(236,142,203); }

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

background-color css

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

 a { background-color: rgb(236,142,203); }

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

border-color css

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

 span { border-color: rgb(236,142,203); }

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