Html Css Color HEX #ED32BE Razzle Dazzle Rose

📋 copy color: '#ED32BE'

red 237 ◦ green 50 ◦ blue 190

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

Shades of Razzle Dazzle Rose #ED32BE

Tints of Razzle Dazzle Rose #ED32BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.83%

R = 49.69%
G = 10.48%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED32BE (or 0xED32BE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 32 and BE. RGB value is (237,50,190). Sum of RGB (Red+Green+Blue) = 237+50+190=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 50 (19.92% from 255 or 10.48% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED32BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED32BE is #12CD41. Grayscale: #797979. Windows color (decimal): -1232194 or 12464877. OLE color: 12464877.

HSL color Cylindrical-coordinate representation of color #ED32BE: hue angle of 315.08º degrees, saturation: 0.84, 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 #ED32BE is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 50 190 -
CMYK 0 0.79 0.20 0.07
HSL 315.08º 0.84% 0.56% -
HSV(B) 315.08º 0.79% 0.93% -
XYZ 45.36 24 50.96 -
YUV 121.87 166.45 210.12 -
System Red Green Blue C M Y K H S L
Decimal 237 50 190 0 0.79 0.20 0.07 315.08 0.84 0.56
Hex ED 32 BE 0 4F 14 7 13B 54 38
Octal 355 62 276 0 117 24 7 473 124 70
Binary 11101101 110010 10111110 0 1001111 10100 111 100111011 1010100 111000

Color Harmonies of #ED32BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED32BE

Black with #ED32BE

Text Example


Text Example

White with #ED32BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED32BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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