Html Css Color HEX #EC7CCC Tea Rose

📋 copy color: '#EC7CCC'

red 236 ◦ green 124 ◦ blue 204

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

Shades of Tea Rose #EC7CCC

Tints of Tea Rose #EC7CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.99%

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

R = 41.84%
G = 21.99%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC7CCC (or 0xEC7CCC) is known color: Tea Rose. HEX triplet: EC, 7C and CC. RGB value is (236,124,204). Sum of RGB (Red+Green+Blue) = 236+124+204=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 124 (48.83% from 255 or 21.99% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7CCC is #138333. Grayscale: #A6A6A6. Windows color (decimal): -1278772 or 13401324. OLE color: 13401324.

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

Color convert

RGB 236 124 204 -
CMYK 0 0.47 0.14 0.07
HSL 317.14º 0.75% 0.71% -
HSV(B) 317.14º 0.47% 0.93% -
XYZ 52.7 36.61 61.42 -
YUV 166.61 149.11 177.5 -
System Red Green Blue C M Y K H S L
Decimal 236 124 204 0 0.47 0.14 0.07 317.14 0.75 0.71
Hex EC 7C CC 0 2F E 7 13D 4B 47
Octal 354 174 314 0 57 16 7 475 113 107
Binary 11101100 1111100 11001100 0 101111 1110 111 100111101 1001011 1000111

Color Harmonies of #EC7CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7CCC

Black with #EC7CCC

Text Example


Text Example

White with #EC7CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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