#EA25D8

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

Shades of Razzle Dazzle Rose #EA25D8

Tints of Razzle Dazzle Rose #EA25D8

Color information

#EA25D8 (or 0xEA25D8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 25 and D8. RGB value is (234,37,216). Sum of RGB (Red+Green+Blue) = 234+37+216=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 37 (14.84% from 255 or 7.60% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA25D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA25D8 is #15DA27. Grayscale: #737373. Windows color (decimal): -1432104 or 14165482. OLE color: 14165482.

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

Color convert

RGB23437216-
CMYK00.840.080.08
HSL305.48º82.43%53.14%-
HSV(B)305.48º84.19%91.76%-
XYZ46.9923.7767.08-
YUV116.31184.27211.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.05%
GREEN value IS 37 (14.84% from 255) = 7.60%
BLUE value IS 216 (84.77% from 255) = 44.35%
R=48.05%
G=7.60%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2343721600.840.080.08305.4882.4353.14
HexEA25D8054881315235
Octal352453300124101046112265
Binary111010101001011101100001010100100010001001100011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA25D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA25D8; }

 p { color: rgb(234,37,216); }

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

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

 a { background-color: rgb(234,37,216); }

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

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

 span { border-color: rgb(234,37,216); }

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