Html Css Color HEX #EC30CD Razzle Dazzle Rose

📋 copy color: '#EC30CD'

red 236 ◦ green 48 ◦ blue 205

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

Shades of Razzle Dazzle Rose #EC30CD

Tints of Razzle Dazzle Rose #EC30CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 48.26%
G = 9.82%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC30CD (or 0xEC30CD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 30 and CD. RGB value is (236,48,205). Sum of RGB (Red+Green+Blue) = 236+48+205=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 48 (19.14% from 255 or 9.82% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC30CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC30CD is #13CF32. Grayscale: #797979. Windows color (decimal): -1298227 or 13447404. OLE color: 13447404.

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

Color convert

RGB 236 48 205 -
CMYK 0 0.80 0.13 0.07
HSL 309.89º 0.83% 0.56% -
HSV(B) 309.89º 0.8% 0.93% -
XYZ 46.67 24.35 60 -
YUV 122.11 174.78 209.23 -
System Red Green Blue C M Y K H S L
Decimal 236 48 205 0 0.80 0.13 0.07 309.89 0.83 0.56
Hex EC 30 CD 0 50 D 7 136 53 38
Octal 354 60 315 0 120 15 7 466 123 70
Binary 11101100 110000 11001101 0 1010000 1101 111 100110110 1010011 111000

Color Harmonies of #EC30CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC30CD

Black with #EC30CD

Text Example


Text Example

White with #EC30CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC30CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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