Html Css Color HEX #E655DD Free Speech Magenta

📋 copy color: '#E655DD'

red 230 ◦ green 85 ◦ blue 221

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

Shades of Free Speech Magenta #E655DD

Tints of Free Speech Magenta #E655DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.23%

R = 42.91%
G = 15.86%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E655DD (or 0xE655DD) is known color: Free Speech Magenta. HEX triplet: E6, 55 and DD. RGB value is (230,85,221). Sum of RGB (Red+Green+Blue) = 230+85+221=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 85 (33.59% from 255 or 15.86% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E655DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E655DD is #19AA22. Grayscale: #8F8F8F. Windows color (decimal): -1681955 or 14505446. OLE color: 14505446.

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

Color convert

RGB 230 85 221 -
CMYK 0 0.63 0.04 0.10
HSL 303.72º 0.74% 0.62% -
HSV(B) 303.72º 0.63% 0.9% -
XYZ 48.93 28.54 71.34 -
YUV 143.86 171.54 189.44 -
System Red Green Blue C M Y K H S L
Decimal 230 85 221 0 0.63 0.04 0.10 303.72 0.74 0.62
Hex E6 55 DD 0 3F 4 A 130 4A 3E
Octal 346 125 335 0 77 4 12 460 112 76
Binary 11100110 1010101 11011101 0 111111 100 1010 100110000 1001010 111110

Color Harmonies of #E655DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E655DD

Black with #E655DD

Text Example


Text Example

White with #E655DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E655DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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