#ED2ADA

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

Shades of Razzle Dazzle Rose #ED2ADA

Tints of Razzle Dazzle Rose #ED2ADA

Color information

#ED2ADA (or 0xED2ADA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 2A and DA. RGB value is (237,42,218). Sum of RGB (Red+Green+Blue) = 237+42+218=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 42 (16.80% from 255 or 8.45% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2ADA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2ADA is #12D525. Grayscale: #777777. Windows color (decimal): -1234214 or 14297837. OLE color: 14297837.

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

Color convert

RGB23742218-
CMYK00.820.080.07
HSL305.85º84.42%54.71%-
HSV(B)305.85º82.28%92.94%-
XYZ48.4124.7268.55-
YUV120.37183.1211.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.69%
GREEN value IS 42 (16.80% from 255) = 8.45%
BLUE value IS 218 (85.55% from 255) = 43.86%
R=47.69%
G=8.45%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2374221800.820.080.07305.8584.4254.71
HexED2ADA052871325437
Octal35552332012210746212467
Binary11101101101010110110100101001010001111001100101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2ADA; }

 p { color: rgb(237,42,218); }

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

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

 a { background-color: rgb(237,42,218); }

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

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

 span { border-color: rgb(237,42,218); }

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