Html Css Color HEX #ED33B8 Razzle Dazzle Rose

📋 copy color: '#ED33B8'

red 237 ◦ green 51 ◦ blue 184

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

Shades of Razzle Dazzle Rose #ED33B8

Tints of Razzle Dazzle Rose #ED33B8

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.81%

 BLUE value IS 184 (72.27% from 255) = 38.98%

R = 50.21%
G = 10.81%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED33B8 (or 0xED33B8) is known color: Razzle Dazzle Rose. HEX triplet: ED, 33 and B8. RGB value is (237,51,184). Sum of RGB (Red+Green+Blue) = 237+51+184=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 51 (20.31% from 255 or 10.81% from 472); Blue value is 184 (72.27% from 255 or 38.98% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED33B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED33B8 is #12CC47. Grayscale: #797979. Windows color (decimal): -1231944 or 12071917. OLE color: 12071917.

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

Color convert

RGB 237 51 184 -
CMYK 0 0.78 0.22 0.07
HSL 317.1º 0.84% 0.56% -
HSV(B) 317.1º 0.78% 0.93% -
XYZ 44.76 23.83 47.59 -
YUV 121.78 163.12 210.19 -
System Red Green Blue C M Y K H S L
Decimal 237 51 184 0 0.78 0.22 0.07 317.1 0.84 0.56
Hex ED 33 B8 0 4E 16 7 13D 54 38
Octal 355 63 270 0 116 26 7 475 124 70
Binary 11101101 110011 10111000 0 1001110 10110 111 100111101 1010100 111000

Color Harmonies of #ED33B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED33B8

Black with #ED33B8

Text Example


Text Example

White with #ED33B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED33B8; }

 p { color: rgb(237,51,184); }

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

background-color css

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

 a { background-color: rgb(237,51,184); }

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

border-color css

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

 span { border-color: rgb(237,51,184); }

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