#EB7FC4

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

Shades of Tea Rose #EB7FC4

Tints of Tea Rose #EB7FC4

Color information

#EB7FC4 (or 0xEB7FC4) is unknown color: approx Tea Rose. HEX triplet: EB, 7F and C4. RGB value is (235,127,196). Sum of RGB (Red+Green+Blue) = 235+127+196=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 196 (76.95% from 255 or 35.13% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7FC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7FC4 is #14803B. Grayscale: #A6A6A6. Windows color (decimal): -1343548 or 12877803. OLE color: 12877803.

HSL color Cylindrical-coordinate representation of color #EB7FC4: hue angle of 321.67º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EB7FC4 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB235127196-
CMYK00.460.170.08
HSL321.67º72.97%70.98%-
HSV(B)321.67º45.96%92.16%-
XYZ51.8136.8356.6-
YUV167.16144.28176.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.11%
GREEN value IS 127 (50% from 255) = 22.76%
BLUE value IS 196 (76.95% from 255) = 35.13%
R=42.11%
G=22.76%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512719600.460.170.08321.6772.9770.98
HexEB7FC402E1181424947
Octal3531773040562110502111107
Binary11101011111111111000100010111010001100010100001010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7FC4; }

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

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

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

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

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

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

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

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