Html Css Color HEX #ED2FE4 Razzle Dazzle Rose

📋 copy color: '#ED2FE4'

red 237 ◦ green 47 ◦ blue 228

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

Shades of Razzle Dazzle Rose #ED2FE4

Tints of Razzle Dazzle Rose #ED2FE4

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.18%

 BLUE value IS 228 (89.45% from 255) = 44.53%

R = 46.29%
G = 9.18%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#ED2FE4 (or 0xED2FE4) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2F and E4. RGB value is (237,47,228). Sum of RGB (Red+Green+Blue) = 237+47+228=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 47 (18.75% from 255 or 9.18% from 512); Blue value is 228 (89.45% from 255 or 44.53% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2FE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2FE4 is #12D01B. Grayscale: #7B7B7B. Windows color (decimal): -1232924 or 14954477. OLE color: 14954477.

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

Color convert

RGB 237 47 228 -
CMYK 0 0.80 0.04 0.07
HSL 302.84º 0.84% 0.56% -
HSV(B) 302.84º 0.8% 0.93% -
XYZ 49.95 25.64 75.72 -
YUV 124.44 186.45 208.28 -
System Red Green Blue C M Y K H S L
Decimal 237 47 228 0 0.80 0.04 0.07 302.84 0.84 0.56
Hex ED 2F E4 0 50 4 7 12F 54 38
Octal 355 57 344 0 120 4 7 457 124 70
Binary 11101101 101111 11100100 0 1010000 100 111 100101111 1010100 111000

Color Harmonies of #ED2FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2FE4

Black with #ED2FE4

Text Example


Text Example

White with #ED2FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2FE4; }

 p { color: rgb(237,47,228); }

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

background-color css

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

 a { background-color: rgb(237,47,228); }

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

border-color css

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

 span { border-color: rgb(237,47,228); }

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