Html Css Color HEX #E464EB Free Speech Magenta

📋 copy color: '#E464EB'

red 228 ◦ green 100 ◦ blue 235

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

Shades of Free Speech Magenta #E464EB

Tints of Free Speech Magenta #E464EB

RGB

 RED value IS 228 (89.45% from 255) = 40.5%

 GREEN value IS 100 (39.45% from 255) = 17.76%

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

R = 40.5%
G = 17.76%
B = 41.74%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E464EB (or 0xE464EB) is known color: Free Speech Magenta. HEX triplet: E4, 64 and EB. RGB value is (228,100,235). Sum of RGB (Red+Green+Blue) = 228+100+235=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 100 (39.45% from 255 or 17.76% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #E464EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E464EB is #1B9B14. Grayscale: #999999. Windows color (decimal): -1809173 or 15426788. OLE color: 15426788.

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

Color convert

RGB 228 100 235 -
CMYK 0.03 0.57 0 0.08
HSL 296.89º 0.77% 0.66% -
HSV(B) 296.89º 0.57% 0.92% -
XYZ 51.55 31.61 81.98 -
YUV 153.66 173.91 181.02 -
System Red Green Blue C M Y K H S L
Decimal 228 100 235 0.03 0.57 0 0.08 296.89 0.77 0.66
Hex E4 64 EB 3 39 0 8 129 4D 42
Octal 344 144 353 3 71 0 10 451 115 102
Binary 11100100 1100100 11101011 11 111001 0 1000 100101001 1001101 1000010

Color Harmonies of #E464EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E464EB

Black with #E464EB

Text Example


Text Example

White with #E464EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E464EB; }

 p { color: rgb(228,100,235); }

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

background-color css

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

 a { background-color: rgb(228,100,235); }

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

border-color css

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

 span { border-color: rgb(228,100,235); }

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