Html Css Color HEX #EC30EF Razzle Dazzle Rose

📋 copy color: '#EC30EF'

red 236 ◦ green 48 ◦ blue 239

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

Shades of Razzle Dazzle Rose #EC30EF

Tints of Razzle Dazzle Rose #EC30EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.7%

R = 45.12%
G = 9.18%
B = 45.7%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EC30EF (or 0xEC30EF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 30 and EF. RGB value is (236,48,239). Sum of RGB (Red+Green+Blue) = 236+48+239=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 48 (19.14% from 255 or 9.18% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC30EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC30EF is #13CF10. Grayscale: #7D7D7D. Windows color (decimal): -1298193 or 15675628. OLE color: 15675628.

HSL color Cylindrical-coordinate representation of color #EC30EF: hue angle of 299.06º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC30EF is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 48 239 -
CMYK 0.01 0.80 0 0.06
HSL 299.06º 0.86% 0.56% -
HSV(B) 299.06º 0.8% 0.94% -
XYZ 51.23 26.18 84.01 -
YUV 125.99 191.78 206.47 -
System Red Green Blue C M Y K H S L
Decimal 236 48 239 0.01 0.80 0 0.06 299.06 0.86 0.56
Hex EC 30 EF 1 50 0 6 12B 56 38
Octal 354 60 357 1 120 0 6 453 126 70
Binary 11101100 110000 11101111 1 1010000 0 110 100101011 1010110 111000

Color Harmonies of #EC30EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC30EF

Black with #EC30EF

Text Example


Text Example

White with #EC30EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC30EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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