Html Css Color HEX #EC7CCE Tea Rose

📋 copy color: '#EC7CCE'

red 236 ◦ green 124 ◦ blue 206

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

Shades of Tea Rose #EC7CCE

Tints of Tea Rose #EC7CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.4%

R = 41.7%
G = 21.91%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC7CCE (or 0xEC7CCE) is known color: Tea Rose. HEX triplet: EC, 7C and CE. RGB value is (236,124,206). Sum of RGB (Red+Green+Blue) = 236+124+206=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7CCE is #138331. Grayscale: #A6A6A6. Windows color (decimal): -1278770 or 13532396. OLE color: 13532396.

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

Color convert

RGB 236 124 206 -
CMYK 0 0.47 0.13 0.07
HSL 316.07º 0.75% 0.71% -
HSV(B) 316.07º 0.47% 0.93% -
XYZ 52.94 36.7 62.69 -
YUV 166.84 150.11 177.33 -
System Red Green Blue C M Y K H S L
Decimal 236 124 206 0 0.47 0.13 0.07 316.07 0.75 0.71
Hex EC 7C CE 0 2F D 7 13C 4B 47
Octal 354 174 316 0 57 15 7 474 113 107
Binary 11101100 1111100 11001110 0 101111 1101 111 100111100 1001011 1000111

Color Harmonies of #EC7CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7CCE

Black with #EC7CCE

Text Example


Text Example

White with #EC7CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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