Html Css Color HEX #EC7DC9 Tea Rose

📋 copy color: '#EC7DC9'

red 236 ◦ green 125 ◦ blue 201

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

Shades of Tea Rose #EC7DC9

Tints of Tea Rose #EC7DC9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.24%

 BLUE value IS 201 (78.91% from 255) = 35.77%

R = 41.99%
G = 22.24%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EC7DC9 (or 0xEC7DC9) is known color: Tea Rose. HEX triplet: EC, 7D and C9. RGB value is (236,125,201). Sum of RGB (Red+Green+Blue) = 236+125+201=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 201 (78.91% from 255 or 35.77% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DC9 is #138236. Grayscale: #A6A6A6. Windows color (decimal): -1278519 or 13204972. OLE color: 13204972.

HSL color Cylindrical-coordinate representation of color #EC7DC9: hue angle of 318.92º degrees, saturation: 0.74, 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 #EC7DC9 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 125 201 -
CMYK 0 0.47 0.15 0.07
HSL 318.92º 0.74% 0.71% -
HSV(B) 318.92º 0.47% 0.93% -
XYZ 52.47 36.72 59.58 -
YUV 166.85 147.27 177.32 -
System Red Green Blue C M Y K H S L
Decimal 236 125 201 0 0.47 0.15 0.07 318.92 0.74 0.71
Hex EC 7D C9 0 2F F 7 13F 4A 47
Octal 354 175 311 0 57 17 7 477 112 107
Binary 11101100 1111101 11001001 0 101111 1111 111 100111111 1001010 1000111

Color Harmonies of #EC7DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DC9

Black with #EC7DC9

Text Example


Text Example

White with #EC7DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DC9; }

 p { color: rgb(236,125,201); }

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

background-color css

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

 a { background-color: rgb(236,125,201); }

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

border-color css

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

 span { border-color: rgb(236,125,201); }

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