Html Css Color HEX #E461CF Free Speech Magenta

📋 copy color: '#E461CF'

red 228 ◦ green 97 ◦ blue 207

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

Shades of Free Speech Magenta #E461CF

Tints of Free Speech Magenta #E461CF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.23%

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

R = 42.86%
G = 18.23%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E461CF (or 0xE461CF) is known color: Free Speech Magenta. HEX triplet: E4, 61 and CF. RGB value is (228,97,207). Sum of RGB (Red+Green+Blue) = 228+97+207=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 97 (38.28% from 255 or 18.23% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 228 - color contains mainly: red. Hex color #E461CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E461CF is #1B9E30. Grayscale: #949494. Windows color (decimal): -1809969 or 13591012. OLE color: 13591012.

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

Color convert

RGB 228 97 207 -
CMYK 0 0.57 0.09 0.11
HSL 309.62º 0.71% 0.64% -
HSV(B) 309.62º 0.57% 0.89% -
XYZ 47.53 29.55 62.23 -
YUV 148.71 160.9 184.56 -
System Red Green Blue C M Y K H S L
Decimal 228 97 207 0 0.57 0.09 0.11 309.62 0.71 0.64
Hex E4 61 CF 0 39 9 B 136 47 40
Octal 344 141 317 0 71 11 13 466 107 100
Binary 11100100 1100001 11001111 0 111001 1001 1011 100110110 1000111 1000000

Color Harmonies of #E461CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E461CF

Black with #E461CF

Text Example


Text Example

White with #E461CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E461CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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