Html Css Color HEX #E060DD Free Speech Magenta

📋 copy color: '#E060DD'

red 224 ◦ green 96 ◦ blue 221

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

Shades of Free Speech Magenta #E060DD

Tints of Free Speech Magenta #E060DD

RGB

 RED value IS 224 (87.89% from 255) = 41.4%

 GREEN value IS 96 (37.89% from 255) = 17.74%

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

R = 41.4%
G = 17.74%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E060DD (or 0xE060DD) is known color: Free Speech Magenta. HEX triplet: E0, 60 and DD. RGB value is (224,96,221). Sum of RGB (Red+Green+Blue) = 224+96+221=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 96 (37.89% from 255 or 17.74% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E060DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E060DD is #1F9F22. Grayscale: #949494. Windows color (decimal): -2072355 or 14508256. OLE color: 14508256.

HSL color Cylindrical-coordinate representation of color #E060DD: hue angle of 301.41º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E060DD is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 96 221 -
CMYK 0 0.57 0.01 0.12
HSL 301.41º 0.67% 0.63% -
HSV(B) 301.41º 0.57% 0.88% -
XYZ 47.97 29.43 71.56 -
YUV 148.52 168.91 181.84 -
System Red Green Blue C M Y K H S L
Decimal 224 96 221 0 0.57 0.01 0.12 301.41 0.67 0.63
Hex E0 60 DD 0 39 1 C 12D 43 3F
Octal 340 140 335 0 71 1 14 455 103 77
Binary 11100000 1100000 11011101 0 111001 1 1100 100101101 1000011 111111

Color Harmonies of #E060DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E060DD

Black with #E060DD

Text Example


Text Example

White with #E060DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E060DD; }

 p { color: rgb(224,96,221); }

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

background-color css

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

 a { background-color: rgb(224,96,221); }

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

border-color css

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

 span { border-color: rgb(224,96,221); }

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