#EA2EC3

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

Shades of Razzle Dazzle Rose #EA2EC3

Tints of Razzle Dazzle Rose #EA2EC3

Color information

#EA2EC3 (or 0xEA2EC3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 2E and C3. RGB value is (234,46,195). Sum of RGB (Red+Green+Blue) = 234+46+195=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 46 (18.36% from 255 or 9.68% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2EC3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2EC3 is #15D13C. Grayscale: #767676. Windows color (decimal): -1429821 or 12791530. OLE color: 12791530.

HSL color Cylindrical-coordinate representation of color #EA2EC3: hue angle of 312.45º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA2EC3 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB23446195-
CMYK00.800.170.08
HSL312.45º81.74%54.9%-
HSV(B)312.45º80.34%91.76%-
XYZ44.7623.3953.78-
YUV119.2170.78209.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.26%
GREEN value IS 46 (18.36% from 255) = 9.68%
BLUE value IS 195 (76.56% from 255) = 41.05%
R=49.26%
G=9.68%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344619500.800.170.08312.4581.7454.9
HexEA2EC30501181385237
Octal352563030120211047012267
Binary1110101010111011000011010100001000110001001110001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2EC3; }

 p { color: rgb(234,46,195); }

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

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

 a { background-color: rgb(234,46,195); }

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

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

 span { border-color: rgb(234,46,195); }

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