#EB8CC4

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

Shades of Tea Rose #EB8CC4

Tints of Tea Rose #EB8CC4

Color information

#EB8CC4 (or 0xEB8CC4) is unknown color: approx Tea Rose. HEX triplet: EB, 8C and C4. RGB value is (235,140,196). Sum of RGB (Red+Green+Blue) = 235+140+196=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8CC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8CC4 is #14733B. Grayscale: #AEAEAE. Windows color (decimal): -1340220 or 12881131. OLE color: 12881131.

HSL color Cylindrical-coordinate representation of color #EB8CC4: hue angle of 324.63º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8CC4 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB235140196-
CMYK00.400.170.08
HSL324.63º70.37%73.53%-
HSV(B)324.63º40.43%92.16%-
XYZ53.640.457.2-
YUV174.79139.97170.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.16%
GREEN value IS 140 (55.08% from 255) = 24.52%
BLUE value IS 196 (76.95% from 255) = 34.33%
R=41.16%
G=24.52%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514019600.400.170.08324.6370.3773.53
HexEB8CC4028118145464a
Octal3532143040502110505106112
Binary111010111000110011000100010100010001100010100010110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8CC4; }

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

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

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

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

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

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

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

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