Html Css Color HEX #EC30DD Razzle Dazzle Rose

📋 copy color: '#EC30DD'

red 236 ◦ green 48 ◦ blue 221

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

Shades of Razzle Dazzle Rose #EC30DD

Tints of Razzle Dazzle Rose #EC30DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 46.73%
G = 9.5%
B = 43.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC30DD (or 0xEC30DD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 30 and DD. RGB value is (236,48,221). Sum of RGB (Red+Green+Blue) = 236+48+221=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 48 (19.14% from 255 or 9.50% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC30DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC30DD is #13CF22. Grayscale: #7B7B7B. Windows color (decimal): -1298211 or 14495980. OLE color: 14495980.

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

Color convert

RGB 236 48 221 -
CMYK 0 0.80 0.06 0.07
HSL 304.79º 0.83% 0.56% -
HSV(B) 304.79º 0.8% 0.93% -
XYZ 48.7 25.17 70.7 -
YUV 123.93 182.78 207.93 -
System Red Green Blue C M Y K H S L
Decimal 236 48 221 0 0.80 0.06 0.07 304.79 0.83 0.56
Hex EC 30 DD 0 50 6 7 131 53 38
Octal 354 60 335 0 120 6 7 461 123 70
Binary 11101100 110000 11011101 0 1010000 110 111 100110001 1010011 111000

Color Harmonies of #EC30DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC30DD

Black with #EC30DD

Text Example


Text Example

White with #EC30DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC30DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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