Html Css Color HEX #EC30D8 Razzle Dazzle Rose

📋 copy color: '#EC30D8'

red 236 ◦ green 48 ◦ blue 216

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

Shades of Razzle Dazzle Rose #EC30D8

Tints of Razzle Dazzle Rose #EC30D8

RGB

 RED value IS 236 (92.58% from 255) = 47.2%

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

 BLUE value IS 216 (84.77% from 255) = 43.2%

R = 47.2%
G = 9.6%
B = 43.2%

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

#EC30D8 (or 0xEC30D8) is known color: Razzle Dazzle Rose. HEX triplet: EC, 30 and D8. RGB value is (236,48,216). Sum of RGB (Red+Green+Blue) = 236+48+216=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 48 (19.14% from 255 or 9.6% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC30D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC30D8 is #13CF27. Grayscale: #7A7A7A. Windows color (decimal): -1298216 or 14168300. OLE color: 14168300.

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

Color convert

RGB 236 48 216 -
CMYK 0 0.80 0.08 0.07
HSL 306.38º 0.83% 0.56% -
HSV(B) 306.38º 0.8% 0.93% -
XYZ 48.04 24.9 67.24 -
YUV 123.36 180.28 208.34 -
System Red Green Blue C M Y K H S L
Decimal 236 48 216 0 0.80 0.08 0.07 306.38 0.83 0.56
Hex EC 30 D8 0 50 8 7 132 53 38
Octal 354 60 330 0 120 10 7 462 123 70
Binary 11101100 110000 11011000 0 1010000 1000 111 100110010 1010011 111000

Color Harmonies of #EC30D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC30D8

Black with #EC30D8

Text Example


Text Example

White with #EC30D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC30D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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