Html Css Color HEX #E75CF2 Free Speech Magenta

📋 copy color: '#E75CF2'

red 231 ◦ green 92 ◦ blue 242

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

Shades of Free Speech Magenta #E75CF2

Tints of Free Speech Magenta #E75CF2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.28%

 BLUE value IS 242 (94.92% from 255) = 42.83%

R = 40.88%
G = 16.28%
B = 42.83%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E75CF2 (or 0xE75CF2) is known color: Free Speech Magenta. HEX triplet: E7, 5C and F2. RGB value is (231,92,242). Sum of RGB (Red+Green+Blue) = 231+92+242=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 92 (36.33% from 255 or 16.28% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #E75CF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75CF2 is #18A30D. Grayscale: #969696. Windows color (decimal): -1614606 or 15883495. OLE color: 15883495.

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

Color convert

RGB 231 92 242 -
CMYK 0.05 0.62 0 0.05
HSL 295.6º 0.85% 0.65% -
HSV(B) 295.6º 0.62% 0.95% -
XYZ 52.81 31.05 87.22 -
YUV 150.66 179.55 185.3 -
System Red Green Blue C M Y K H S L
Decimal 231 92 242 0.05 0.62 0 0.05 295.6 0.85 0.65
Hex E7 5C F2 5 3E 0 5 128 55 41
Octal 347 134 362 5 76 0 5 450 125 101
Binary 11100111 1011100 11110010 101 111110 0 101 100101000 1010101 1000001

Color Harmonies of #E75CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75CF2

Black with #E75CF2

Text Example


Text Example

White with #E75CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75CF2; }

 p { color: rgb(231,92,242); }

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

background-color css

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

 a { background-color: rgb(231,92,242); }

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

border-color css

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

 span { border-color: rgb(231,92,242); }

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