Html Css Color HEX #E655E1 Free Speech Magenta

📋 copy color: '#E655E1'

red 230 ◦ green 85 ◦ blue 225

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

Shades of Free Speech Magenta #E655E1

Tints of Free Speech Magenta #E655E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.67%

R = 42.59%
G = 15.74%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E655E1 (or 0xE655E1) is known color: Free Speech Magenta. HEX triplet: E6, 55 and E1. RGB value is (230,85,225). Sum of RGB (Red+Green+Blue) = 230+85+225=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 85 (33.59% from 255 or 15.74% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E655E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E655E1 is #19AA1E. Grayscale: #8F8F8F. Windows color (decimal): -1681951 or 14767590. OLE color: 14767590.

HSL color Cylindrical-coordinate representation of color #E655E1: hue angle of 302.07º 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 #E655E1 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 85 225 -
CMYK 0 0.63 0.02 0.10
HSL 302.07º 0.74% 0.62% -
HSV(B) 302.07º 0.63% 0.9% -
XYZ 49.47 28.76 74.18 -
YUV 144.32 173.54 189.12 -
System Red Green Blue C M Y K H S L
Decimal 230 85 225 0 0.63 0.02 0.10 302.07 0.74 0.62
Hex E6 55 E1 0 3F 2 A 12E 4A 3E
Octal 346 125 341 0 77 2 12 456 112 76
Binary 11100110 1010101 11100001 0 111111 10 1010 100101110 1001010 111110

Color Harmonies of #E655E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E655E1

Black with #E655E1

Text Example


Text Example

White with #E655E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E655E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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