Html Css Color HEX #EC8ECE Tea Rose

📋 copy color: '#EC8ECE'

red 236 ◦ green 142 ◦ blue 206

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

Shades of Tea Rose #EC8ECE

Tints of Tea Rose #EC8ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.27%

R = 40.41%
G = 24.32%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC8ECE (or 0xEC8ECE) is known color: Tea Rose. HEX triplet: EC, 8E and CE. RGB value is (236,142,206). Sum of RGB (Red+Green+Blue) = 236+142+206=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 142 (55.86% from 255 or 24.32% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8ECE is #137131. Grayscale: #B1B1B1. Windows color (decimal): -1274162 or 13537004. OLE color: 13537004.

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

Color convert

RGB 236 142 206 -
CMYK 0 0.40 0.13 0.07
HSL 319.15º 0.71% 0.74% -
HSV(B) 319.15º 0.4% 0.93% -
XYZ 55.41 41.64 63.51 -
YUV 177.4 144.14 169.8 -
System Red Green Blue C M Y K H S L
Decimal 236 142 206 0 0.40 0.13 0.07 319.15 0.71 0.74
Hex EC 8E CE 0 28 D 7 13F 47 4A
Octal 354 216 316 0 50 15 7 477 107 112
Binary 11101100 10001110 11001110 0 101000 1101 111 100111111 1000111 1001010

Color Harmonies of #EC8ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8ECE

Black with #EC8ECE

Text Example


Text Example

White with #EC8ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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