Html Css Color HEX #E750E5 Free Speech Magenta

📋 copy color: '#E750E5'

red 231 ◦ green 80 ◦ blue 229

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

Shades of Free Speech Magenta #E750E5

Tints of Free Speech Magenta #E750E5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.81%

 BLUE value IS 229 (89.84% from 255) = 42.41%

R = 42.78%
G = 14.81%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E750E5 (or 0xE750E5) is known color: Free Speech Magenta. HEX triplet: E7, 50 and E5. RGB value is (231,80,229). Sum of RGB (Red+Green+Blue) = 231+80+229=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 80 (31.64% from 255 or 14.81% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E750E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E750E5 is #18AF1A. Grayscale: #8D8D8D. Windows color (decimal): -1617691 or 15028455. OLE color: 15028455.

HSL color Cylindrical-coordinate representation of color #E750E5: hue angle of 300.79º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E750E5 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 80 229 -
CMYK 0 0.65 0.01 0.09
HSL 300.79º 0.76% 0.61% -
HSV(B) 300.79º 0.65% 0.91% -
XYZ 49.97 28.38 76.97 -
YUV 142.14 177.03 191.38 -
System Red Green Blue C M Y K H S L
Decimal 231 80 229 0 0.65 0.01 0.09 300.79 0.76 0.61
Hex E7 50 E5 0 41 1 9 12D 4C 3D
Octal 347 120 345 0 101 1 11 455 114 75
Binary 11100111 1010000 11100101 0 1000001 1 1001 100101101 1001100 111101

Color Harmonies of #E750E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E750E5

Black with #E750E5

Text Example


Text Example

White with #E750E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E750E5; }

 p { color: rgb(231,80,229); }

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

background-color css

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

 a { background-color: rgb(231,80,229); }

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

border-color css

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

 span { border-color: rgb(231,80,229); }

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