#EA3ACE

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

Shades of Razzle Dazzle Rose #EA3ACE

Tints of Razzle Dazzle Rose #EA3ACE

Color information

#EA3ACE (or 0xEA3ACE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 3A and CE. RGB value is (234,58,206). Sum of RGB (Red+Green+Blue) = 234+58+206=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 58 (23.05% from 255 or 11.65% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA3ACE is #15C531. Grayscale: #7F7F7F. Windows color (decimal): -1426738 or 13515498. OLE color: 13515498.

HSL color Cylindrical-coordinate representation of color #EA3ACE: hue angle of 309.55º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA3ACE is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB23458206-
CMYK00.750.120.08
HSL309.55º80.73%57.25%-
HSV(B)309.55º75.21%91.76%-
XYZ46.5924.9760.76-
YUV127.5172.31203.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.99%
GREEN value IS 58 (23.05% from 255) = 11.65%
BLUE value IS 206 (80.86% from 255) = 41.37%
R=46.99%
G=11.65%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2345820600.750.120.08309.5580.7357.25
HexEA3ACE04BC81365139
Octal352723160113141046612171
Binary111010101110101100111001001011110010001001101101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3ACE; }

 p { color: rgb(234,58,206); }

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

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

 a { background-color: rgb(234,58,206); }

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

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

 span { border-color: rgb(234,58,206); }

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