Html Css Color HEX #ED30DF Razzle Dazzle Rose

📋 copy color: '#ED30DF'

red 237 ◦ green 48 ◦ blue 223

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

Shades of Razzle Dazzle Rose #ED30DF

Tints of Razzle Dazzle Rose #ED30DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.9%

R = 46.65%
G = 9.45%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED30DF (or 0xED30DF) is known color: Razzle Dazzle Rose. HEX triplet: ED, 30 and DF. RGB value is (237,48,223). Sum of RGB (Red+Green+Blue) = 237+48+223=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 48 (19.14% from 255 or 9.45% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED30DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED30DF is #12CF20. Grayscale: #7B7B7B. Windows color (decimal): -1232673 or 14627053. OLE color: 14627053.

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

Color convert

RGB 237 48 223 -
CMYK 0 0.80 0.06 0.07
HSL 304.44º 0.84% 0.56% -
HSV(B) 304.44º 0.8% 0.93% -
XYZ 49.3 25.45 72.13 -
YUV 124.46 183.62 208.27 -
System Red Green Blue C M Y K H S L
Decimal 237 48 223 0 0.80 0.06 0.07 304.44 0.84 0.56
Hex ED 30 DF 0 50 6 7 130 54 38
Octal 355 60 337 0 120 6 7 460 124 70
Binary 11101101 110000 11011111 0 1010000 110 111 100110000 1010100 111000

Color Harmonies of #ED30DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED30DF

Black with #ED30DF

Text Example


Text Example

White with #ED30DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED30DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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