Html Css Color HEX #EC7CD0 Tea Rose

📋 copy color: '#EC7CD0'

red 236 ◦ green 124 ◦ blue 208

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

Shades of Tea Rose #EC7CD0

Tints of Tea Rose #EC7CD0

RGB

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

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

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

R = 41.55%
G = 21.83%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EC7CD0 (or 0xEC7CD0) is known color: Tea Rose. HEX triplet: EC, 7C and D0. RGB value is (236,124,208). Sum of RGB (Red+Green+Blue) = 236+124+208=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7CD0 is #13832F. Grayscale: #A6A6A6. Windows color (decimal): -1278768 or 13663468. OLE color: 13663468.

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

Color convert

RGB 236 124 208 -
CMYK 0 0.47 0.12 0.07
HSL 315º 0.75% 0.71% -
HSV(B) 315º 0.47% 0.93% -
XYZ 53.18 36.8 63.97 -
YUV 167.06 151.11 177.17 -
System Red Green Blue C M Y K H S L
Decimal 236 124 208 0 0.47 0.12 0.07 315 0.75 0.71
Hex EC 7C D0 0 2F C 7 13B 4B 47
Octal 354 174 320 0 57 14 7 473 113 107
Binary 11101100 1111100 11010000 0 101111 1100 111 100111011 1001011 1000111

Color Harmonies of #EC7CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7CD0

Black with #EC7CD0

Text Example


Text Example

White with #EC7CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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