Html Css Color HEX #ED30C6 Razzle Dazzle Rose

📋 copy color: '#ED30C6'

red 237 ◦ green 48 ◦ blue 198

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

Shades of Razzle Dazzle Rose #ED30C6

Tints of Razzle Dazzle Rose #ED30C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.99%

R = 49.07%
G = 9.94%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#ED30C6 (or 0xED30C6) is known color: Razzle Dazzle Rose. HEX triplet: ED, 30 and C6. RGB value is (237,48,198). Sum of RGB (Red+Green+Blue) = 237+48+198=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 48 (19.14% from 255 or 9.94% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED30C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED30C6 is #12CF39. Grayscale: #797979. Windows color (decimal): -1232698 or 12988653. OLE color: 12988653.

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

Color convert

RGB 237 48 198 -
CMYK 0 0.80 0.16 0.07
HSL 312.38º 0.84% 0.56% -
HSV(B) 312.38º 0.8% 0.93% -
XYZ 46.18 24.2 55.66 -
YUV 121.61 171.12 210.3 -
System Red Green Blue C M Y K H S L
Decimal 237 48 198 0 0.80 0.16 0.07 312.38 0.84 0.56
Hex ED 30 C6 0 50 10 7 138 54 38
Octal 355 60 306 0 120 20 7 470 124 70
Binary 11101101 110000 11000110 0 1010000 10000 111 100111000 1010100 111000

Color Harmonies of #ED30C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED30C6

Black with #ED30C6

Text Example


Text Example

White with #ED30C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED30C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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