#EC7FC4

Color #EC7FC4 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #EC7FC4

Tints of Tea Rose #EC7FC4

Color information

#EC7FC4 (or 0xEC7FC4) is unknown color: approx Tea Rose. HEX triplet: EC, 7F and C4. RGB value is (236,127,196). Sum of RGB (Red+Green+Blue) = 236+127+196=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FC4 is #13803B. Grayscale: #A7A7A7. Windows color (decimal): -1278012 or 12877804. OLE color: 12877804.

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

Color convert

RGB236127196-
CMYK00.460.170.07
HSL322.02º74.15%71.18%-
HSV(B)322.02º46.19%92.55%-
XYZ52.153756.62-
YUV167.46144.11176.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.22%
GREEN value IS 127 (50% from 255) = 22.72%
BLUE value IS 196 (76.95% from 255) = 35.06%
R=42.22%
G=22.72%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612719600.460.170.07322.0274.1571.18
HexEC7FC402E1171424a47
Octal354177304056217502112107
Binary1110110011111111100010001011101000111110100001010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7FC4; }

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

 H1.HeaderClassName
 {
   color: #EC7FC4;
 }
 .AnyTagClassName
 {
   color: #EC7FC4;
 }
</style>
background-color css

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

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

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

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

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

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