Html Css Color HEX #ED32EE Razzle Dazzle Rose

📋 copy color: '#ED32EE'

red 237 ◦ green 50 ◦ blue 238

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

Shades of Razzle Dazzle Rose #ED32EE

Tints of Razzle Dazzle Rose #ED32EE

RGB

 RED value IS 237 (92.97% from 255) = 45.14%

 GREEN value IS 50 (19.92% from 255) = 9.52%

 BLUE value IS 238 (93.36% from 255) = 45.33%

R = 45.14%
G = 9.52%
B = 45.33%

CMYK

 C value IS 0.00

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED32EE (or 0xED32EE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 32 and EE. RGB value is (237,50,238). Sum of RGB (Red+Green+Blue) = 237+50+238=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 50 (19.92% from 255 or 9.52% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED32EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED32EE is #12CD11. Grayscale: #7E7E7E. Windows color (decimal): -1232146 or 15610605. OLE color: 15610605.

HSL color Cylindrical-coordinate representation of color #ED32EE: hue angle of 299.68º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED32EE is Cyan = 0.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 50 238 -
CMYK 0.00 0.79 0 0.07
HSL 299.68º 0.85% 0.56% -
HSV(B) 299.68º 0.79% 0.93% -
XYZ 51.5 26.46 83.28 -
YUV 127.35 190.45 206.21 -
System Red Green Blue C M Y K H S L
Decimal 237 50 238 0.00 0.79 0 0.07 299.68 0.85 0.56
Hex ED 32 EE 0 4F 0 7 12C 55 38
Octal 355 62 356 0 117 0 7 454 125 70
Binary 11101101 110010 11101110 0 1001111 0 111 100101100 1010101 111000

Color Harmonies of #ED32EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED32EE

Black with #ED32EE

Text Example


Text Example

White with #ED32EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED32EE; }

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

 H1.HeaderClassName
 {
   color: #ED32EE;
 }
 .AnyTagClassName
 {
   color: #ED32EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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