#ea2dd0

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

Shades of Razzle Dazzle Rose #EA2DD0

Tints of Razzle Dazzle Rose #EA2DD0

Color information

#EA2DD0 (or 0xEA2DD0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 2D and D0. RGB value is (234,45,208). Sum of RGB (Red+Green+Blue) = 234+45+208=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 45 (17.97% from 255 or 9.24% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2DD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2DD0 is #15D22F. Grayscale: #777777. Windows color (decimal): -1430064 or 13643242. OLE color: 13643242.

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

Color convert

RGB23445208-
CMYK00.810.110.08
HSL308.25º81.82%54.71%-
HSV(B)308.25º80.77%91.76%-
XYZ46.2623.9261.85-
YUV120.09177.62209.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.05%
GREEN value IS 45 (17.97% from 255) = 9.24%
BLUE value IS 208 (81.64% from 255) = 42.71%
R=48.05%
G=9.24%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344520800.810.110.08308.2581.8254.71
HexEA2DD0051B81345237
Octal352553200121131046412267
Binary111010101011011101000001010001101110001001101001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea2dd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea2dd0; }

 p { color: rgb(234,45,208); }

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

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

 a { background-color: rgb(234,45,208); }

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

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

 span { border-color: rgb(234,45,208); }

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