#ED2DF1

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

Shades of Razzle Dazzle Rose #ED2DF1

Tints of Razzle Dazzle Rose #ED2DF1

Color information

#ED2DF1 (or 0xED2DF1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 2D and F1. RGB value is (237,45,241). Sum of RGB (Red+Green+Blue) = 237+45+241=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 45 (17.97% from 255 or 8.60% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED2DF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2DF1 is #12D20E. Grayscale: #7C7C7C. Windows color (decimal): -1233423 or 15805933. OLE color: 15805933.

HSL color Cylindrical-coordinate representation of color #ED2DF1: hue angle of 298.78º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED2DF1 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23745241-
CMYK0.020.8100.05
HSL298.78º87.5%56.08%-
HSV(B)298.78º81.33%94.51%-
XYZ51.7426.2385.56-
YUV124.75193.61208.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.32%
GREEN value IS 45 (17.97% from 255) = 8.60%
BLUE value IS 241 (94.53% from 255) = 46.08%
R=45.32%
G=8.60%
B=46.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal237452410.020.8100.05298.7887.556.08
HexED2DF12510512b5838
Octal3555536121210545313070
Binary111011011011011111000110101000101011001010111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2DF1; }

 p { color: rgb(237,45,241); }

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

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

 a { background-color: rgb(237,45,241); }

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

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

 span { border-color: rgb(237,45,241); }

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