Html Css Color HEX #E655BA Free Speech Magenta

📋 copy color: '#E655BA'

red 230 ◦ green 85 ◦ blue 186

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

Shades of Free Speech Magenta #E655BA

Tints of Free Speech Magenta #E655BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.13%

R = 45.91%
G = 16.97%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E655BA (or 0xE655BA) is known color: Free Speech Magenta. HEX triplet: E6, 55 and BA. RGB value is (230,85,186). Sum of RGB (Red+Green+Blue) = 230+85+186=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E655BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E655BA is #19AA45. Grayscale: #8B8B8B. Windows color (decimal): -1681990 or 12211686. OLE color: 12211686.

HSL color Cylindrical-coordinate representation of color #E655BA: hue angle of 318.21º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E655BA is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 85 186 -
CMYK 0 0.63 0.19 0.10
HSL 318.21º 0.74% 0.62% -
HSV(B) 318.21º 0.63% 0.9% -
XYZ 44.74 26.87 49.28 -
YUV 139.87 154.04 192.29 -
System Red Green Blue C M Y K H S L
Decimal 230 85 186 0 0.63 0.19 0.10 318.21 0.74 0.62
Hex E6 55 BA 0 3F 13 A 13E 4A 3E
Octal 346 125 272 0 77 23 12 476 112 76
Binary 11100110 1010101 10111010 0 111111 10011 1010 100111110 1001010 111110

Color Harmonies of #E655BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E655BA

Black with #E655BA

Text Example


Text Example

White with #E655BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E655BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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