Html Css Color HEX #ED30DC Razzle Dazzle Rose

📋 copy color: '#ED30DC'

red 237 ◦ green 48 ◦ blue 220

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

Shades of Razzle Dazzle Rose #ED30DC

Tints of Razzle Dazzle Rose #ED30DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.56%

R = 46.93%
G = 9.5%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED30DC (or 0xED30DC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 30 and DC. RGB value is (237,48,220). Sum of RGB (Red+Green+Blue) = 237+48+220=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 48 (19.14% from 255 or 9.50% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED30DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED30DC is #12CF23. Grayscale: #7B7B7B. Windows color (decimal): -1232676 or 14430445. OLE color: 14430445.

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

Color convert

RGB 237 48 220 -
CMYK 0 0.80 0.07 0.07
HSL 305.4º 0.84% 0.56% -
HSV(B) 305.4º 0.8% 0.93% -
XYZ 48.9 25.29 70.01 -
YUV 124.12 182.12 208.51 -
System Red Green Blue C M Y K H S L
Decimal 237 48 220 0 0.80 0.07 0.07 305.4 0.84 0.56
Hex ED 30 DC 0 50 7 7 131 54 38
Octal 355 60 334 0 120 7 7 461 124 70
Binary 11101101 110000 11011100 0 1010000 111 111 100110001 1010100 111000

Color Harmonies of #ED30DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED30DC

Black with #ED30DC

Text Example


Text Example

White with #ED30DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED30DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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