Html Css Color HEX #E655E2 Free Speech Magenta

📋 copy color: '#E655E2'

red 230 ◦ green 85 ◦ blue 226

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

Shades of Free Speech Magenta #E655E2

Tints of Free Speech Magenta #E655E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.77%

R = 42.51%
G = 15.71%
B = 41.77%

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

#E655E2 (or 0xE655E2) is known color: Free Speech Magenta. HEX triplet: E6, 55 and E2. RGB value is (230,85,226). Sum of RGB (Red+Green+Blue) = 230+85+226=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 85 (33.59% from 255 or 15.71% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E655E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E655E2 is #19AA1D. Grayscale: #909090. Windows color (decimal): -1681950 or 14833126. OLE color: 14833126.

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

Color convert

RGB 230 85 226 -
CMYK 0 0.63 0.02 0.10
HSL 301.66º 0.74% 0.62% -
HSV(B) 301.66º 0.63% 0.9% -
XYZ 49.61 28.81 74.9 -
YUV 144.43 174.04 189.04 -
System Red Green Blue C M Y K H S L
Decimal 230 85 226 0 0.63 0.02 0.10 301.66 0.74 0.62
Hex E6 55 E2 0 3F 2 A 12E 4A 3E
Octal 346 125 342 0 77 2 12 456 112 76
Binary 11100110 1010101 11100010 0 111111 10 1010 100101110 1001010 111110

Color Harmonies of #E655E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E655E2

Black with #E655E2

Text Example


Text Example

White with #E655E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E655E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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