Html Css Color HEX #E95ECC Free Speech Magenta

📋 copy color: '#E95ECC'

red 233 ◦ green 94 ◦ blue 204

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

Shades of Free Speech Magenta #E95ECC

Tints of Free Speech Magenta #E95ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 43.88%
G = 17.7%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E95ECC (or 0xE95ECC) is known color: Free Speech Magenta. HEX triplet: E9, 5E and CC. RGB value is (233,94,204). Sum of RGB (Red+Green+Blue) = 233+94+204=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E95ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95ECC is #16A133. Grayscale: #939393. Windows color (decimal): -1483060 or 13393641. OLE color: 13393641.

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

Color convert

RGB 233 94 204 -
CMYK 0 0.60 0.12 0.09
HSL 312.52º 0.76% 0.64% -
HSV(B) 312.52º 0.6% 0.91% -
XYZ 48.51 29.69 60.3 -
YUV 148.1 159.55 188.56 -
System Red Green Blue C M Y K H S L
Decimal 233 94 204 0 0.60 0.12 0.09 312.52 0.76 0.64
Hex E9 5E CC 0 3C C 9 139 4C 40
Octal 351 136 314 0 74 14 11 471 114 100
Binary 11101001 1011110 11001100 0 111100 1100 1001 100111001 1001100 1000000

Color Harmonies of #E95ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95ECC

Black with #E95ECC

Text Example


Text Example

White with #E95ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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