#ED32F1

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

Shades of Razzle Dazzle Rose #ED32F1

Tints of Razzle Dazzle Rose #ED32F1

Color information

#ED32F1 (or 0xED32F1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 32 and F1. RGB value is (237,50,241). Sum of RGB (Red+Green+Blue) = 237+50+241=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 50 (19.92% from 255 or 9.47% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED32F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED32F1 is #12CD0E. Grayscale: #7F7F7F. Windows color (decimal): -1232143 or 15807213. OLE color: 15807213.

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

Color convert

RGB23750241-
CMYK0.020.7900.05
HSL298.74º87.21%57.06%-
HSV(B)298.74º79.25%94.51%-
XYZ51.9426.6485.62-
YUV127.69191.95205.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.89%
GREEN value IS 50 (19.92% from 255) = 9.47%
BLUE value IS 241 (94.53% from 255) = 45.64%
R=44.89%
G=9.47%
B=45.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal237502410.020.7900.05298.7487.2157.06
HexED32F124F0512b5739
Octal3556236121170545312771
Binary111011011100101111000110100111101011001010111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED32F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED32F1; }

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

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

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

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

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

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

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

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