Html Css Color HEX #EC7FCE Tea Rose

📋 copy color: '#EC7FCE'

red 236 ◦ green 127 ◦ blue 206

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

Shades of Tea Rose #EC7FCE

Tints of Tea Rose #EC7FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 22.32%

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

R = 41.48%
G = 22.32%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC7FCE (or 0xEC7FCE) is known color: Tea Rose. HEX triplet: EC, 7F and CE. RGB value is (236,127,206). Sum of RGB (Red+Green+Blue) = 236+127+206=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FCE is #138031. Grayscale: #A8A8A8. Windows color (decimal): -1278002 or 13533164. OLE color: 13533164.

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

Color convert

RGB 236 127 206 -
CMYK 0 0.46 0.13 0.07
HSL 316.51º 0.74% 0.71% -
HSV(B) 316.51º 0.46% 0.93% -
XYZ 53.32 37.47 62.81 -
YUV 168.6 149.11 176.08 -
System Red Green Blue C M Y K H S L
Decimal 236 127 206 0 0.46 0.13 0.07 316.51 0.74 0.71
Hex EC 7F CE 0 2E D 7 13D 4A 47
Octal 354 177 316 0 56 15 7 475 112 107
Binary 11101100 1111111 11001110 0 101110 1101 111 100111101 1001010 1000111

Color Harmonies of #EC7FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7FCE

Black with #EC7FCE

Text Example


Text Example

White with #EC7FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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