Html Css Color HEX #ED33E2 Razzle Dazzle Rose

📋 copy color: '#ED33E2'

red 237 ◦ green 51 ◦ blue 226

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

Shades of Razzle Dazzle Rose #ED33E2

Tints of Razzle Dazzle Rose #ED33E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.97%

R = 46.11%
G = 9.92%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ED33E2 (or 0xED33E2) is known color: Razzle Dazzle Rose. HEX triplet: ED, 33 and E2. RGB value is (237,51,226). Sum of RGB (Red+Green+Blue) = 237+51+226=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 51 (20.31% from 255 or 9.92% from 514); Blue value is 226 (88.67% from 255 or 43.97% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED33E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED33E2 is #12CC1D. Grayscale: #7E7E7E. Windows color (decimal): -1231902 or 14824429. OLE color: 14824429.

HSL color Cylindrical-coordinate representation of color #ED33E2: hue angle of 303.55º 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 #ED33E2 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 51 226 -
CMYK 0 0.78 0.05 0.07
HSL 303.55º 0.84% 0.56% -
HSV(B) 303.55º 0.78% 0.93% -
XYZ 49.84 25.86 74.32 -
YUV 126.56 184.12 206.77 -
System Red Green Blue C M Y K H S L
Decimal 237 51 226 0 0.78 0.05 0.07 303.55 0.84 0.56
Hex ED 33 E2 0 4E 5 7 130 54 38
Octal 355 63 342 0 116 5 7 460 124 70
Binary 11101101 110011 11100010 0 1001110 101 111 100110000 1010100 111000

Color Harmonies of #ED33E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED33E2

Black with #ED33E2

Text Example


Text Example

White with #ED33E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED33E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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