Html Css Color HEX #EC7ED0 Tea Rose

📋 copy color: '#EC7ED0'

red 236 ◦ green 126 ◦ blue 208

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

Shades of Tea Rose #EC7ED0

Tints of Tea Rose #EC7ED0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.11%

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

R = 41.4%
G = 22.11%
B = 36.49%

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

#EC7ED0 (or 0xEC7ED0) is known color: Tea Rose. HEX triplet: EC, 7E and D0. RGB value is (236,126,208). Sum of RGB (Red+Green+Blue) = 236+126+208=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7ED0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7ED0 is #13812F. Grayscale: #A8A8A8. Windows color (decimal): -1278256 or 13663980. OLE color: 13663980.

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

Color convert

RGB 236 126 208 -
CMYK 0 0.47 0.12 0.07
HSL 315.27º 0.74% 0.71% -
HSV(B) 315.27º 0.47% 0.93% -
XYZ 53.44 37.31 64.06 -
YUV 168.24 150.44 176.33 -
System Red Green Blue C M Y K H S L
Decimal 236 126 208 0 0.47 0.12 0.07 315.27 0.74 0.71
Hex EC 7E D0 0 2F C 7 13B 4A 47
Octal 354 176 320 0 57 14 7 473 112 107
Binary 11101100 1111110 11010000 0 101111 1100 111 100111011 1001010 1000111

Color Harmonies of #EC7ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7ED0

Black with #EC7ED0

Text Example


Text Example

White with #EC7ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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