Html Css Color HEX #ED30EC Razzle Dazzle Rose

📋 copy color: '#ED30EC'

red 237 ◦ green 48 ◦ blue 236

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

Shades of Razzle Dazzle Rose #ED30EC

Tints of Razzle Dazzle Rose #ED30EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.3%

R = 45.49%
G = 9.21%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED30EC (or 0xED30EC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 30 and EC. RGB value is (237,48,236). Sum of RGB (Red+Green+Blue) = 237+48+236=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 48 (19.14% from 255 or 9.21% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #ED30EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED30EC is #12CF13. Grayscale: #7D7D7D. Windows color (decimal): -1232660 or 15479021. OLE color: 15479021.

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

Color convert

RGB 237 48 236 -
CMYK 0 0.80 0.00 0.07
HSL 300.32º 0.84% 0.56% -
HSV(B) 300.32º 0.8% 0.93% -
XYZ 51.12 26.17 81.71 -
YUV 125.94 190.12 207.21 -
System Red Green Blue C M Y K H S L
Decimal 237 48 236 0 0.80 0.00 0.07 300.32 0.84 0.56
Hex ED 30 EC 0 50 0 7 12C 54 38
Octal 355 60 354 0 120 0 7 454 124 70
Binary 11101101 110000 11101100 0 1010000 0 111 100101100 1010100 111000

Color Harmonies of #ED30EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED30EC

Black with #ED30EC

Text Example


Text Example

White with #ED30EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED30EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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