Html Css Color HEX #E655EB Free Speech Magenta

📋 copy color: '#E655EB'

red 230 ◦ green 85 ◦ blue 235

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

Shades of Free Speech Magenta #E655EB

Tints of Free Speech Magenta #E655EB

RGB

 RED value IS 230 (90.23% from 255) = 41.82%

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

 BLUE value IS 235 (92.19% from 255) = 42.73%

R = 41.82%
G = 15.45%
B = 42.73%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E655EB (or 0xE655EB) is known color: Free Speech Magenta. HEX triplet: E6, 55 and EB. RGB value is (230,85,235). Sum of RGB (Red+Green+Blue) = 230+85+235=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 85 (33.59% from 255 or 15.45% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #E655EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E655EB is #19AA14. Grayscale: #919191. Windows color (decimal): -1681941 or 15422950. OLE color: 15422950.

HSL color Cylindrical-coordinate representation of color #E655EB: hue angle of 298º degrees, saturation: 0.79, 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 #E655EB is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 230 85 235 -
CMYK 0.02 0.64 0 0.08
HSL 298º 0.79% 0.63% -
HSV(B) 298º 0.64% 0.92% -
XYZ 50.88 29.32 81.57 -
YUV 145.46 178.54 188.3 -
System Red Green Blue C M Y K H S L
Decimal 230 85 235 0.02 0.64 0 0.08 298 0.79 0.63
Hex E6 55 EB 2 40 0 8 12A 4F 3F
Octal 346 125 353 2 100 0 10 452 117 77
Binary 11100110 1010101 11101011 10 1000000 0 1000 100101010 1001111 111111

Color Harmonies of #E655EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E655EB

Black with #E655EB

Text Example


Text Example

White with #E655EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E655EB; }

 p { color: rgb(230,85,235); }

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

background-color css

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

 a { background-color: rgb(230,85,235); }

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

border-color css

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

 span { border-color: rgb(230,85,235); }

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