Html Css Color HEX #E75FCC Free Speech Magenta

📋 copy color: '#E75FCC'

red 231 ◦ green 95 ◦ blue 204

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

Shades of Free Speech Magenta #E75FCC

Tints of Free Speech Magenta #E75FCC

RGB

 RED value IS 231 (90.63% from 255) = 43.58%

 GREEN value IS 95 (37.5% from 255) = 17.92%

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

R = 43.58%
G = 17.92%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E75FCC (or 0xE75FCC) is known color: Free Speech Magenta. HEX triplet: E7, 5F and CC. RGB value is (231,95,204). Sum of RGB (Red+Green+Blue) = 231+95+204=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E75FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75FCC is #18A033. Grayscale: #939393. Windows color (decimal): -1613876 or 13393895. OLE color: 13393895.

HSL color Cylindrical-coordinate representation of color #E75FCC: hue angle of 311.91º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E75FCC is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 95 204 -
CMYK 0 0.59 0.12 0.09
HSL 311.91º 0.74% 0.64% -
HSV(B) 311.91º 0.59% 0.91% -
XYZ 47.95 29.53 60.3 -
YUV 148.09 159.56 187.14 -
System Red Green Blue C M Y K H S L
Decimal 231 95 204 0 0.59 0.12 0.09 311.91 0.74 0.64
Hex E7 5F CC 0 3B C 9 138 4A 40
Octal 347 137 314 0 73 14 11 470 112 100
Binary 11100111 1011111 11001100 0 111011 1100 1001 100111000 1001010 1000000

Color Harmonies of #E75FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75FCC

Black with #E75FCC

Text Example


Text Example

White with #E75FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75FCC; }

 p { color: rgb(231,95,204); }

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

background-color css

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

 a { background-color: rgb(231,95,204); }

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

border-color css

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

 span { border-color: rgb(231,95,204); }

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