Html Css Color HEX #E063EB Free Speech Magenta

📋 copy color: '#E063EB'

red 224 ◦ green 99 ◦ blue 235

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

Shades of Free Speech Magenta #E063EB

Tints of Free Speech Magenta #E063EB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.74%

 BLUE value IS 235 (92.19% from 255) = 42.11%

R = 40.14%
G = 17.74%
B = 42.11%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E063EB (or 0xE063EB) is known color: Free Speech Magenta. HEX triplet: E0, 63 and EB. RGB value is (224,99,235). Sum of RGB (Red+Green+Blue) = 224+99+235=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 99 (39.06% from 255 or 17.74% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #E063EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E063EB is #1F9C14. Grayscale: #979797. Windows color (decimal): -2071573 or 15426528. OLE color: 15426528.

HSL color Cylindrical-coordinate representation of color #E063EB: hue angle of 295.15º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E063EB is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 99 235 -
CMYK 0.05 0.58 0 0.08
HSL 295.15º 0.77% 0.65% -
HSV(B) 295.15º 0.58% 0.92% -
XYZ 50.2 30.77 81.89 -
YUV 151.88 174.91 179.44 -
System Red Green Blue C M Y K H S L
Decimal 224 99 235 0.05 0.58 0 0.08 295.15 0.77 0.65
Hex E0 63 EB 5 3A 0 8 127 4D 41
Octal 340 143 353 5 72 0 10 447 115 101
Binary 11100000 1100011 11101011 101 111010 0 1000 100100111 1001101 1000001

Color Harmonies of #E063EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E063EB

Black with #E063EB

Text Example


Text Example

White with #E063EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E063EB; }

 p { color: rgb(224,99,235); }

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

background-color css

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

 a { background-color: rgb(224,99,235); }

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

border-color css

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

 span { border-color: rgb(224,99,235); }

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