Html Css Color HEX #EC7FCC Tea Rose

📋 copy color: '#EC7FCC'

red 236 ◦ green 127 ◦ blue 204

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

Shades of Tea Rose #EC7FCC

Tints of Tea Rose #EC7FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.98%

R = 41.62%
G = 22.4%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC7FCC (or 0xEC7FCC) is known color: Tea Rose. HEX triplet: EC, 7F and CC. RGB value is (236,127,204). Sum of RGB (Red+Green+Blue) = 236+127+204=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FCC is #138033. Grayscale: #A8A8A8. Windows color (decimal): -1278004 or 13402092. OLE color: 13402092.

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

Color convert

RGB 236 127 204 -
CMYK 0 0.46 0.14 0.07
HSL 317.61º 0.74% 0.71% -
HSV(B) 317.61º 0.46% 0.93% -
XYZ 53.08 37.37 61.54 -
YUV 168.37 148.11 176.24 -
System Red Green Blue C M Y K H S L
Decimal 236 127 204 0 0.46 0.14 0.07 317.61 0.74 0.71
Hex EC 7F CC 0 2E E 7 13E 4A 47
Octal 354 177 314 0 56 16 7 476 112 107
Binary 11101100 1111111 11001100 0 101110 1110 111 100111110 1001010 1000111

Color Harmonies of #EC7FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7FCC

Black with #EC7FCC

Text Example


Text Example

White with #EC7FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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