Html Css Color HEX #E464D4 Free Speech Magenta

📋 copy color: '#E464D4'

red 228 ◦ green 100 ◦ blue 212

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

Shades of Free Speech Magenta #E464D4

Tints of Free Speech Magenta #E464D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.26%

R = 42.22%
G = 18.52%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E464D4 (or 0xE464D4) is known color: Free Speech Magenta. HEX triplet: E4, 64 and D4. RGB value is (228,100,212). Sum of RGB (Red+Green+Blue) = 228+100+212=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 100 (39.45% from 255 or 18.52% from 540); Blue value is 212 (83.20% from 255 or 39.26% from 540); Max value from RGB is 228 - color contains mainly: red. Hex color #E464D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E464D4 is #1B9B2B. Grayscale: #969696. Windows color (decimal): -1809196 or 13919460. OLE color: 13919460.

HSL color Cylindrical-coordinate representation of color #E464D4: hue angle of 307.5º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E464D4 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 100 212 -
CMYK 0 0.56 0.07 0.11
HSL 307.5º 0.7% 0.64% -
HSV(B) 307.5º 0.56% 0.89% -
XYZ 48.44 30.36 65.59 -
YUV 151.04 162.41 182.89 -
System Red Green Blue C M Y K H S L
Decimal 228 100 212 0 0.56 0.07 0.11 307.5 0.7 0.64
Hex E4 64 D4 0 38 7 B 134 46 40
Octal 344 144 324 0 70 7 13 464 106 100
Binary 11100100 1100100 11010100 0 111000 111 1011 100110100 1000110 1000000

Color Harmonies of #E464D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E464D4

Black with #E464D4

Text Example


Text Example

White with #E464D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E464D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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