Html Css Color HEX #EC30C5 Razzle Dazzle Rose

📋 copy color: '#EC30C5'

red 236 ◦ green 48 ◦ blue 197

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

Shades of Razzle Dazzle Rose #EC30C5

Tints of Razzle Dazzle Rose #EC30C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.96%

R = 49.06%
G = 9.98%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC30C5 (or 0xEC30C5) is known color: Razzle Dazzle Rose. HEX triplet: EC, 30 and C5. RGB value is (236,48,197). Sum of RGB (Red+Green+Blue) = 236+48+197=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 197 (77.34% from 255 or 40.96% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC30C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC30C5 is #13CF3A. Grayscale: #787878. Windows color (decimal): -1298235 or 12923116. OLE color: 12923116.

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

Color convert

RGB 236 48 197 -
CMYK 0 0.80 0.17 0.07
HSL 312.45º 0.83% 0.56% -
HSV(B) 312.45º 0.8% 0.93% -
XYZ 45.73 23.98 55.04 -
YUV 121.2 170.78 209.88 -
System Red Green Blue C M Y K H S L
Decimal 236 48 197 0 0.80 0.17 0.07 312.45 0.83 0.56
Hex EC 30 C5 0 50 11 7 138 53 38
Octal 354 60 305 0 120 21 7 470 123 70
Binary 11101100 110000 11000101 0 1010000 10001 111 100111000 1010011 111000

Color Harmonies of #EC30C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC30C5

Black with #EC30C5

Text Example


Text Example

White with #EC30C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC30C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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