Html Css Color HEX #EC7FC7 Tea Rose

📋 copy color: '#EC7FC7'

red 236 ◦ green 127 ◦ blue 199

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

Shades of Tea Rose #EC7FC7

Tints of Tea Rose #EC7FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.41%

R = 41.99%
G = 22.6%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EC7FC7 (or 0xEC7FC7) is known color: Tea Rose. HEX triplet: EC, 7F and C7. RGB value is (236,127,199). Sum of RGB (Red+Green+Blue) = 236+127+199=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FC7 is #138038. Grayscale: #A7A7A7. Windows color (decimal): -1278009 or 13074412. OLE color: 13074412.

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

Color convert

RGB 236 127 199 -
CMYK 0 0.46 0.16 0.07
HSL 320.37º 0.74% 0.71% -
HSV(B) 320.37º 0.46% 0.93% -
XYZ 52.49 37.14 58.43 -
YUV 167.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 236 127 199 0 0.46 0.16 0.07 320.37 0.74 0.71
Hex EC 7F C7 0 2E 10 7 140 4A 47
Octal 354 177 307 0 56 20 7 500 112 107
Binary 11101100 1111111 11000111 0 101110 10000 111 101000000 1001010 1000111

Color Harmonies of #EC7FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7FC7

Black with #EC7FC7

Text Example


Text Example

White with #EC7FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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