Html Css Color HEX #E95AF1 Free Speech Magenta

📋 copy color: '#E95AF1'

red 233 ◦ green 90 ◦ blue 241

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

Shades of Free Speech Magenta #E95AF1

Tints of Free Speech Magenta #E95AF1

RGB

 RED value IS 233 (91.41% from 255) = 41.31%

 GREEN value IS 90 (35.55% from 255) = 15.96%

 BLUE value IS 241 (94.53% from 255) = 42.73%

R = 41.31%
G = 15.96%
B = 42.73%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E95AF1 (or 0xE95AF1) is known color: Free Speech Magenta. HEX triplet: E9, 5A and F1. RGB value is (233,90,241). Sum of RGB (Red+Green+Blue) = 233+90+241=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 90 (35.55% from 255 or 15.96% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #E95AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E95AF1 is #16A50E. Grayscale: #959595. Windows color (decimal): -1484047 or 15817449. OLE color: 15817449.

HSL color Cylindrical-coordinate representation of color #E95AF1: hue angle of 296.82º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E95AF1 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 233 90 241 -
CMYK 0.03 0.63 0 0.05
HSL 296.82º 0.84% 0.65% -
HSV(B) 296.82º 0.63% 0.95% -
XYZ 53.14 30.99 86.4 -
YUV 149.97 179.38 187.22 -
System Red Green Blue C M Y K H S L
Decimal 233 90 241 0.03 0.63 0 0.05 296.82 0.84 0.65
Hex E9 5A F1 3 3F 0 5 129 54 41
Octal 351 132 361 3 77 0 5 451 124 101
Binary 11101001 1011010 11110001 11 111111 0 101 100101001 1010100 1000001

Color Harmonies of #E95AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95AF1

Black with #E95AF1

Text Example


Text Example

White with #E95AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95AF1; }

 p { color: rgb(233,90,241); }

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

background-color css

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

 a { background-color: rgb(233,90,241); }

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

border-color css

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

 span { border-color: rgb(233,90,241); }

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