Html Css Color HEX #EC8CD0 Tea Rose

📋 copy color: '#EC8CD0'

red 236 ◦ green 140 ◦ blue 208

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

Shades of Tea Rose #EC8CD0

Tints of Tea Rose #EC8CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.62%

R = 40.41%
G = 23.97%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EC8CD0 (or 0xEC8CD0) is known color: Tea Rose. HEX triplet: EC, 8C and D0. RGB value is (236,140,208). Sum of RGB (Red+Green+Blue) = 236+140+208=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 140 (55.08% from 255 or 23.97% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8CD0 is #13732F. Grayscale: #B0B0B0. Windows color (decimal): -1274672 or 13667564. OLE color: 13667564.

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

Color convert

RGB 236 140 208 -
CMYK 0 0.41 0.12 0.07
HSL 317.5º 0.72% 0.74% -
HSV(B) 317.5º 0.41% 0.93% -
XYZ 55.36 41.14 64.7 -
YUV 176.46 145.8 170.47 -
System Red Green Blue C M Y K H S L
Decimal 236 140 208 0 0.41 0.12 0.07 317.5 0.72 0.74
Hex EC 8C D0 0 29 C 7 13E 48 4A
Octal 354 214 320 0 51 14 7 476 110 112
Binary 11101100 10001100 11010000 0 101001 1100 111 100111110 1001000 1001010

Color Harmonies of #EC8CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8CD0

Black with #EC8CD0

Text Example


Text Example

White with #EC8CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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