Html Css Color HEX #EC8BCC Tea Rose

📋 copy color: '#EC8BCC'

red 236 ◦ green 139 ◦ blue 204

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

Shades of Tea Rose #EC8BCC

Tints of Tea Rose #EC8BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.01%

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

R = 40.76%
G = 24.01%
B = 35.23%

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

#EC8BCC (or 0xEC8BCC) is known color: Tea Rose. HEX triplet: EC, 8B and CC. RGB value is (236,139,204). Sum of RGB (Red+Green+Blue) = 236+139+204=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 139 (54.69% from 255 or 24.01% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BCC is #137433. Grayscale: #AFAFAF. Windows color (decimal): -1274932 or 13405164. OLE color: 13405164.

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

Color convert

RGB 236 139 204 -
CMYK 0 0.41 0.14 0.07
HSL 319.79º 0.72% 0.74% -
HSV(B) 319.79º 0.41% 0.93% -
XYZ 54.72 40.66 62.09 -
YUV 175.41 144.14 171.21 -
System Red Green Blue C M Y K H S L
Decimal 236 139 204 0 0.41 0.14 0.07 319.79 0.72 0.74
Hex EC 8B CC 0 29 E 7 140 48 4A
Octal 354 213 314 0 51 16 7 500 110 112
Binary 11101100 10001011 11001100 0 101001 1110 111 101000000 1001000 1001010

Color Harmonies of #EC8BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8BCC

Black with #EC8BCC

Text Example


Text Example

White with #EC8BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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