Html Css Color HEX #ED30D3 Razzle Dazzle Rose

📋 copy color: '#ED30D3'

red 237 ◦ green 48 ◦ blue 211

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

Shades of Razzle Dazzle Rose #ED30D3

Tints of Razzle Dazzle Rose #ED30D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.54%

R = 47.78%
G = 9.68%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ED30D3 (or 0xED30D3) is known color: Razzle Dazzle Rose. HEX triplet: ED, 30 and D3. RGB value is (237,48,211). Sum of RGB (Red+Green+Blue) = 237+48+211=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 48 (19.14% from 255 or 9.68% from 496); Blue value is 211 (82.81% from 255 or 42.54% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED30D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED30D3 is #12CF2C. Grayscale: #7A7A7A. Windows color (decimal): -1232685 or 13840621. OLE color: 13840621.

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

Color convert

RGB 237 48 211 -
CMYK 0 0.80 0.11 0.07
HSL 308.25º 0.84% 0.56% -
HSV(B) 308.25º 0.8% 0.93% -
XYZ 47.74 24.82 63.9 -
YUV 123.09 177.62 209.25 -
System Red Green Blue C M Y K H S L
Decimal 237 48 211 0 0.80 0.11 0.07 308.25 0.84 0.56
Hex ED 30 D3 0 50 B 7 134 54 38
Octal 355 60 323 0 120 13 7 464 124 70
Binary 11101101 110000 11010011 0 1010000 1011 111 100110100 1010100 111000

Color Harmonies of #ED30D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED30D3

Black with #ED30D3

Text Example


Text Example

White with #ED30D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED30D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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