Html Css Color HEX #EC30E2 Razzle Dazzle Rose

📋 copy color: '#EC30E2'

red 236 ◦ green 48 ◦ blue 226

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

Shades of Razzle Dazzle Rose #EC30E2

Tints of Razzle Dazzle Rose #EC30E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.31%

R = 46.27%
G = 9.41%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EC30E2 (or 0xEC30E2) is known color: Razzle Dazzle Rose. HEX triplet: EC, 30 and E2. RGB value is (236,48,226). Sum of RGB (Red+Green+Blue) = 236+48+226=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 48 (19.14% from 255 or 9.41% from 510); Blue value is 226 (88.67% from 255 or 44.31% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC30E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC30E2 is #13CF1D. Grayscale: #7B7B7B. Windows color (decimal): -1298206 or 14823660. OLE color: 14823660.

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

Color convert

RGB 236 48 226 -
CMYK 0 0.80 0.04 0.07
HSL 303.19º 0.83% 0.56% -
HSV(B) 303.19º 0.8% 0.93% -
XYZ 49.38 25.44 74.26 -
YUV 124.5 185.28 207.53 -
System Red Green Blue C M Y K H S L
Decimal 236 48 226 0 0.80 0.04 0.07 303.19 0.83 0.56
Hex EC 30 E2 0 50 4 7 12F 53 38
Octal 354 60 342 0 120 4 7 457 123 70
Binary 11101100 110000 11100010 0 1010000 100 111 100101111 1010011 111000

Color Harmonies of #EC30E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC30E2

Black with #EC30E2

Text Example


Text Example

White with #EC30E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC30E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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