#ED2AEB

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

Shades of Razzle Dazzle Rose #ED2AEB

Tints of Razzle Dazzle Rose #ED2AEB

Color information

#ED2AEB (or 0xED2AEB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 2A and EB. RGB value is (237,42,235). Sum of RGB (Red+Green+Blue) = 237+42+235=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 42 (16.80% from 255 or 8.17% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2AEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2AEB is #12D514. Grayscale: #797979. Windows color (decimal): -1234197 or 15411949. OLE color: 15411949.

HSL color Cylindrical-coordinate representation of color #ED2AEB: hue angle of 300.62º 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 #ED2AEB is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB23742235-
CMYK00.820.010.07
HSL300.62º84.42%54.71%-
HSV(B)300.62º82.28%92.94%-
XYZ50.7525.6680.88-
YUV122.31191.6209.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.11%
GREEN value IS 42 (16.80% from 255) = 8.17%
BLUE value IS 235 (92.19% from 255) = 45.72%
R=46.11%
G=8.17%
B=45.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2374223500.820.010.07300.6284.4254.71
HexED2AEB0521712d5437
Octal3555235301221745512467
Binary11101101101010111010110101001011111001011011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2AEB; }

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

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

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

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

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

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

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

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