Html Css Color HEX #ED30E4 Razzle Dazzle Rose

📋 copy color: '#ED30E4'

red 237 ◦ green 48 ◦ blue 228

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

Shades of Razzle Dazzle Rose #ED30E4

Tints of Razzle Dazzle Rose #ED30E4

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.36%

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

R = 46.2%
G = 9.36%
B = 44.44%

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

#ED30E4 (or 0xED30E4) is known color: Razzle Dazzle Rose. HEX triplet: ED, 30 and E4. RGB value is (237,48,228). Sum of RGB (Red+Green+Blue) = 237+48+228=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 48 (19.14% from 255 or 9.36% from 513); Blue value is 228 (89.45% from 255 or 44.44% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED30E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED30E4 is #12CF1B. Grayscale: #7C7C7C. Windows color (decimal): -1232668 or 14954733. OLE color: 14954733.

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

Color convert

RGB 237 48 228 -
CMYK 0 0.80 0.04 0.07
HSL 302.86º 0.84% 0.56% -
HSV(B) 302.86º 0.8% 0.93% -
XYZ 49.99 25.72 75.73 -
YUV 125.03 186.12 207.86 -
System Red Green Blue C M Y K H S L
Decimal 237 48 228 0 0.80 0.04 0.07 302.86 0.84 0.56
Hex ED 30 E4 0 50 4 7 12F 54 38
Octal 355 60 344 0 120 4 7 457 124 70
Binary 11101101 110000 11100100 0 1010000 100 111 100101111 1010100 111000

Color Harmonies of #ED30E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED30E4

Black with #ED30E4

Text Example


Text Example

White with #ED30E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED30E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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