Html Css Color HEX #E464ED Free Speech Magenta

📋 copy color: '#E464ED'

red 228 ◦ green 100 ◦ blue 237

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

Shades of Free Speech Magenta #E464ED

Tints of Free Speech Magenta #E464ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.95%

R = 40.35%
G = 17.7%
B = 41.95%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E464ED (or 0xE464ED) is known color: Free Speech Magenta. HEX triplet: E4, 64 and ED. RGB value is (228,100,237). Sum of RGB (Red+Green+Blue) = 228+100+237=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 100 (39.45% from 255 or 17.70% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #E464ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E464ED is #1B9B12. Grayscale: #999999. Windows color (decimal): -1809171 or 15557860. OLE color: 15557860.

HSL color Cylindrical-coordinate representation of color #E464ED: hue angle of 296.06º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E464ED is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 228 100 237 -
CMYK 0.04 0.58 0 0.07
HSL 296.06º 0.79% 0.66% -
HSV(B) 296.06º 0.58% 0.93% -
XYZ 51.84 31.72 83.51 -
YUV 153.89 174.91 180.86 -
System Red Green Blue C M Y K H S L
Decimal 228 100 237 0.04 0.58 0 0.07 296.06 0.79 0.66
Hex E4 64 ED 4 3A 0 7 128 4F 42
Octal 344 144 355 4 72 0 7 450 117 102
Binary 11100100 1100100 11101101 100 111010 0 111 100101000 1001111 1000010

Color Harmonies of #E464ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E464ED

Black with #E464ED

Text Example


Text Example

White with #E464ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E464ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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