Html Css Color HEX #EC30EE Razzle Dazzle Rose

📋 copy color: '#EC30EE'

red 236 ◦ green 48 ◦ blue 238

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

Shades of Razzle Dazzle Rose #EC30EE

Tints of Razzle Dazzle Rose #EC30EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.59%

R = 45.21%
G = 9.2%
B = 45.59%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC30EE (or 0xEC30EE) is known color: Razzle Dazzle Rose. HEX triplet: EC, 30 and EE. RGB value is (236,48,238). Sum of RGB (Red+Green+Blue) = 236+48+238=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 48 (19.14% from 255 or 9.20% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC30EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC30EE is #13CF11. Grayscale: #7D7D7D. Windows color (decimal): -1298194 or 15610092. OLE color: 15610092.

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

Color convert

RGB 236 48 238 -
CMYK 0.01 0.80 0 0.07
HSL 299.37º 0.85% 0.56% -
HSV(B) 299.37º 0.8% 0.93% -
XYZ 51.08 26.12 83.24 -
YUV 125.87 191.28 206.55 -
System Red Green Blue C M Y K H S L
Decimal 236 48 238 0.01 0.80 0 0.07 299.37 0.85 0.56
Hex EC 30 EE 1 50 0 7 12B 55 38
Octal 354 60 356 1 120 0 7 453 125 70
Binary 11101100 110000 11101110 1 1010000 0 111 100101011 1010101 111000

Color Harmonies of #EC30EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC30EE

Black with #EC30EE

Text Example


Text Example

White with #EC30EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC30EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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