Html Css Color HEX #E655D3 Free Speech Magenta

📋 copy color: '#E655D3'

red 230 ◦ green 85 ◦ blue 211

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

Shades of Free Speech Magenta #E655D3

Tints of Free Speech Magenta #E655D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.11%

R = 43.73%
G = 16.16%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E655D3 (or 0xE655D3) is known color: Free Speech Magenta. HEX triplet: E6, 55 and D3. RGB value is (230,85,211). Sum of RGB (Red+Green+Blue) = 230+85+211=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E655D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E655D3 is #19AA2C. Grayscale: #8E8E8E. Windows color (decimal): -1681965 or 13850086. OLE color: 13850086.

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

Color convert

RGB 230 85 211 -
CMYK 0 0.63 0.08 0.10
HSL 307.86º 0.74% 0.62% -
HSV(B) 307.86º 0.63% 0.9% -
XYZ 47.64 28.02 64.53 -
YUV 142.72 166.54 190.25 -
System Red Green Blue C M Y K H S L
Decimal 230 85 211 0 0.63 0.08 0.10 307.86 0.74 0.62
Hex E6 55 D3 0 3F 8 A 134 4A 3E
Octal 346 125 323 0 77 10 12 464 112 76
Binary 11100110 1010101 11010011 0 111111 1000 1010 100110100 1001010 111110

Color Harmonies of #E655D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E655D3

Black with #E655D3

Text Example


Text Example

White with #E655D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E655D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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