Html Css Color HEX #E755EA Free Speech Magenta

📋 copy color: '#E755EA'

red 231 ◦ green 85 ◦ blue 234

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

Shades of Free Speech Magenta #E755EA

Tints of Free Speech Magenta #E755EA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.45%

 BLUE value IS 234 (91.8% from 255) = 42.55%

R = 42%
G = 15.45%
B = 42.55%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E755EA (or 0xE755EA) is known color: Free Speech Magenta. HEX triplet: E7, 55 and EA. RGB value is (231,85,234). Sum of RGB (Red+Green+Blue) = 231+85+234=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 85 (33.59% from 255 or 15.45% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #E755EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E755EA is #18AA15. Grayscale: #919191. Windows color (decimal): -1616406 or 15357415. OLE color: 15357415.

HSL color Cylindrical-coordinate representation of color #E755EA: hue angle of 298.79º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E755EA is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 85 234 -
CMYK 0.01 0.64 0 0.08
HSL 298.79º 0.78% 0.63% -
HSV(B) 298.79º 0.64% 0.92% -
XYZ 51.05 29.43 80.83 -
YUV 145.64 177.87 188.88 -
System Red Green Blue C M Y K H S L
Decimal 231 85 234 0.01 0.64 0 0.08 298.79 0.78 0.63
Hex E7 55 EA 1 40 0 8 12B 4E 3F
Octal 347 125 352 1 100 0 10 453 116 77
Binary 11100111 1010101 11101010 1 1000000 0 1000 100101011 1001110 111111

Color Harmonies of #E755EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E755EA

Black with #E755EA

Text Example


Text Example

White with #E755EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E755EA; }

 p { color: rgb(231,85,234); }

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

background-color css

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

 a { background-color: rgb(231,85,234); }

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

border-color css

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

 span { border-color: rgb(231,85,234); }

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