Html Css Color HEX #ED30DB Razzle Dazzle Rose

📋 copy color: '#ED30DB'

red 237 ◦ green 48 ◦ blue 219

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

Shades of Razzle Dazzle Rose #ED30DB

Tints of Razzle Dazzle Rose #ED30DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.45%

R = 47.02%
G = 9.52%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED30DB (or 0xED30DB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 30 and DB. RGB value is (237,48,219). Sum of RGB (Red+Green+Blue) = 237+48+219=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 48 (19.14% from 255 or 9.52% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED30DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED30DB is #12CF24. Grayscale: #7B7B7B. Windows color (decimal): -1232677 or 14364909. OLE color: 14364909.

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

Color convert

RGB 237 48 219 -
CMYK 0 0.80 0.08 0.07
HSL 305.71º 0.84% 0.56% -
HSV(B) 305.71º 0.8% 0.93% -
XYZ 48.77 25.23 69.32 -
YUV 124.01 181.62 208.6 -
System Red Green Blue C M Y K H S L
Decimal 237 48 219 0 0.80 0.08 0.07 305.71 0.84 0.56
Hex ED 30 DB 0 50 8 7 132 54 38
Octal 355 60 333 0 120 10 7 462 124 70
Binary 11101101 110000 11011011 0 1010000 1000 111 100110010 1010100 111000

Color Harmonies of #ED30DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED30DB

Black with #ED30DB

Text Example


Text Example

White with #ED30DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED30DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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