Html Css Color HEX #E460CF Free Speech Magenta

📋 copy color: '#E460CF'

red 228 ◦ green 96 ◦ blue 207

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

Shades of Free Speech Magenta #E460CF

Tints of Free Speech Magenta #E460CF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.08%

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

R = 42.94%
G = 18.08%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E460CF (or 0xE460CF) is known color: Free Speech Magenta. HEX triplet: E4, 60 and CF. RGB value is (228,96,207). Sum of RGB (Red+Green+Blue) = 228+96+207=531 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.94% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 228 - color contains mainly: red. Hex color #E460CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E460CF is #1B9F30. Grayscale: #939393. Windows color (decimal): -1810225 or 13590756. OLE color: 13590756.

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

Color convert

RGB 228 96 207 -
CMYK 0 0.58 0.09 0.11
HSL 309.55º 0.71% 0.64% -
HSV(B) 309.55º 0.58% 0.89% -
XYZ 47.44 29.36 62.2 -
YUV 148.12 161.23 184.97 -
System Red Green Blue C M Y K H S L
Decimal 228 96 207 0 0.58 0.09 0.11 309.55 0.71 0.64
Hex E4 60 CF 0 3A 9 B 136 47 40
Octal 344 140 317 0 72 11 13 466 107 100
Binary 11100100 1100000 11001111 0 111010 1001 1011 100110110 1000111 1000000

Color Harmonies of #E460CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E460CF

Black with #E460CF

Text Example


Text Example

White with #E460CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E460CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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