#EA3BD4

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

Shades of Razzle Dazzle Rose #EA3BD4

Tints of Razzle Dazzle Rose #EA3BD4

Color information

#EA3BD4 (or 0xEA3BD4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 3B and D4. RGB value is (234,59,212). Sum of RGB (Red+Green+Blue) = 234+59+212=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 59 (23.44% from 255 or 11.68% from 505); Blue value is 212 (83.20% from 255 or 41.98% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3BD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA3BD4 is #15C42B. Grayscale: #808080. Windows color (decimal): -1426476 or 13908970. OLE color: 13908970.

HSL color Cylindrical-coordinate representation of color #EA3BD4: hue angle of 307.54º 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 #EA3BD4 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB23459212-
CMYK00.750.090.08
HSL307.54º80.65%57.45%-
HSV(B)307.54º74.79%91.76%-
XYZ47.3825.3764.69-
YUV128.77174.98203.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.34%
GREEN value IS 59 (23.44% from 255) = 11.68%
BLUE value IS 212 (83.20% from 255) = 41.98%
R=46.34%
G=11.68%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2345921200.750.090.08307.5480.6557.45
HexEA3BD404B981345139
Octal352733240113111046412171
Binary111010101110111101010001001011100110001001101001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3BD4; }

 p { color: rgb(234,59,212); }

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

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

 a { background-color: rgb(234,59,212); }

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

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

 span { border-color: rgb(234,59,212); }

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