Html Css Color HEX #E030EE Free Speech Magenta

📋 copy color: '#E030EE'

red 224 ◦ green 48 ◦ blue 238

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

Shades of Free Speech Magenta #E030EE

Tints of Free Speech Magenta #E030EE

RGB

 RED value IS 224 (87.89% from 255) = 43.92%

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

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

R = 43.92%
G = 9.41%
B = 46.67%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E030EE (or 0xE030EE) is known color: Free Speech Magenta. HEX triplet: E0, 30 and EE. RGB value is (224,48,238). Sum of RGB (Red+Green+Blue) = 224+48+238=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 48 (19.14% from 255 or 9.41% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #E030EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E030EE is #1FCF11. Grayscale: #797979. Windows color (decimal): -2084626 or 15610080. OLE color: 15610080.

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

Color convert

RGB 224 48 238 -
CMYK 0.06 0.80 0 0.07
HSL 295.58º 0.85% 0.56% -
HSV(B) 295.58º 0.8% 0.93% -
XYZ 47.23 24.13 83.06 -
YUV 122.28 193.31 200.55 -
System Red Green Blue C M Y K H S L
Decimal 224 48 238 0.06 0.80 0 0.07 295.58 0.85 0.56
Hex E0 30 EE 6 50 0 7 128 55 38
Octal 340 60 356 6 120 0 7 450 125 70
Binary 11100000 110000 11101110 110 1010000 0 111 100101000 1010101 111000

Color Harmonies of #E030EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E030EE

Black with #E030EE

Text Example


Text Example

White with #E030EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E030EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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