Html Css Color HEX #E464CF Free Speech Magenta

📋 copy color: '#E464CF'

red 228 ◦ green 100 ◦ blue 207

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

Shades of Free Speech Magenta #E464CF

Tints of Free Speech Magenta #E464CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.69%

R = 42.62%
G = 18.69%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E464CF (or 0xE464CF) is known color: Free Speech Magenta. HEX triplet: E4, 64 and CF. RGB value is (228,100,207). Sum of RGB (Red+Green+Blue) = 228+100+207=535 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.62% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 228 - color contains mainly: red. Hex color #E464CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E464CF is #1B9B30. Grayscale: #969696. Windows color (decimal): -1809201 or 13591780. OLE color: 13591780.

HSL color Cylindrical-coordinate representation of color #E464CF: hue angle of 309.84º 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 #E464CF is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 100 207 -
CMYK 0 0.56 0.09 0.11
HSL 309.84º 0.7% 0.64% -
HSV(B) 309.84º 0.56% 0.89% -
XYZ 47.81 30.11 62.32 -
YUV 150.47 159.91 183.3 -
System Red Green Blue C M Y K H S L
Decimal 228 100 207 0 0.56 0.09 0.11 309.84 0.7 0.64
Hex E4 64 CF 0 38 9 B 136 46 40
Octal 344 144 317 0 70 11 13 466 106 100
Binary 11100100 1100100 11001111 0 111000 1001 1011 100110110 1000110 1000000

Color Harmonies of #E464CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E464CF

Black with #E464CF

Text Example


Text Example

White with #E464CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E464CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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