Html Css Color HEX #EC30D5 Razzle Dazzle Rose

📋 copy color: '#EC30D5'

red 236 ◦ green 48 ◦ blue 213

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

Shades of Razzle Dazzle Rose #EC30D5

Tints of Razzle Dazzle Rose #EC30D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.86%

R = 47.48%
G = 9.66%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC30D5 (or 0xEC30D5) is known color: Razzle Dazzle Rose. HEX triplet: EC, 30 and D5. RGB value is (236,48,213). Sum of RGB (Red+Green+Blue) = 236+48+213=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 48 (19.14% from 255 or 9.66% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC30D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC30D5 is #13CF2A. Grayscale: #7A7A7A. Windows color (decimal): -1298219 or 13971692. OLE color: 13971692.

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

Color convert

RGB 236 48 213 -
CMYK 0 0.80 0.10 0.07
HSL 307.34º 0.83% 0.56% -
HSV(B) 307.34º 0.8% 0.93% -
XYZ 47.66 24.75 65.22 -
YUV 123.02 178.78 208.58 -
System Red Green Blue C M Y K H S L
Decimal 236 48 213 0 0.80 0.10 0.07 307.34 0.83 0.56
Hex EC 30 D5 0 50 A 7 133 53 38
Octal 354 60 325 0 120 12 7 463 123 70
Binary 11101100 110000 11010101 0 1010000 1010 111 100110011 1010011 111000

Color Harmonies of #EC30D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC30D5

Black with #EC30D5

Text Example


Text Example

White with #EC30D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC30D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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