Html Css Color HEX #ED32F1 Razzle Dazzle Rose

📋 copy color: '#ED32F1'

red 237 ◦ green 50 ◦ blue 241

#ED32F1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #ED32F1

Tints of Razzle Dazzle Rose #ED32F1

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 value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED32F1 (or 0xED32F1) is known color: 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

RGB 237 50 241 -
CMYK 0.02 0.79 0 0.05
HSL 298.74º 0.87% 0.57% -
HSV(B) 298.74º 0.79% 0.95% -
XYZ 51.94 26.64 85.62 -
YUV 127.69 191.95 205.97 -
System Red Green Blue C M Y K H S L
Decimal 237 50 241 0.02 0.79 0 0.05 298.74 0.87 0.57
Hex ED 32 F1 2 4F 0 5 12B 57 39
Octal 355 62 361 2 117 0 5 453 127 71
Binary 11101101 110010 11110001 10 1001111 0 101 100101011 1010111 111001

Color Harmonies of #ED32F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED32F1

Black with #ED32F1

Text Example


Text Example

White with #ED32F1

Text Example


Text Example

HTML Codes & Css Web 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>