Html Css Color HEX #E95EC7 Free Speech Magenta

📋 copy color: '#E95EC7'

red 233 ◦ green 94 ◦ blue 199

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

Shades of Free Speech Magenta #E95EC7

Tints of Free Speech Magenta #E95EC7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.87%

 BLUE value IS 199 (78.13% from 255) = 37.83%

R = 44.3%
G = 17.87%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E95EC7 (or 0xE95EC7) is known color: Free Speech Magenta. HEX triplet: E9, 5E and C7. RGB value is (233,94,199). Sum of RGB (Red+Green+Blue) = 233+94+199=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 94 (37.11% from 255 or 17.87% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E95EC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95EC7 is #16A138. Grayscale: #939393. Windows color (decimal): -1483065 or 13065961. OLE color: 13065961.

HSL color Cylindrical-coordinate representation of color #E95EC7: hue angle of 314.68º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E95EC7 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 94 199 -
CMYK 0 0.60 0.15 0.09
HSL 314.68º 0.76% 0.64% -
HSV(B) 314.68º 0.6% 0.91% -
XYZ 47.92 29.45 57.19 -
YUV 147.53 157.05 188.96 -
System Red Green Blue C M Y K H S L
Decimal 233 94 199 0 0.60 0.15 0.09 314.68 0.76 0.64
Hex E9 5E C7 0 3C F 9 13B 4C 40
Octal 351 136 307 0 74 17 11 473 114 100
Binary 11101001 1011110 11000111 0 111100 1111 1001 100111011 1001100 1000000

Color Harmonies of #E95EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95EC7

Black with #E95EC7

Text Example


Text Example

White with #E95EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95EC7; }

 p { color: rgb(233,94,199); }

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

background-color css

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

 a { background-color: rgb(233,94,199); }

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

border-color css

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

 span { border-color: rgb(233,94,199); }

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