Html Css Color HEX #E060D8 Free Speech Magenta

📋 copy color: '#E060D8'

red 224 ◦ green 96 ◦ blue 216

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

Shades of Free Speech Magenta #E060D8

Tints of Free Speech Magenta #E060D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.3%

R = 41.79%
G = 17.91%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E060D8 (or 0xE060D8) is known color: Free Speech Magenta. HEX triplet: E0, 60 and D8. RGB value is (224,96,216). Sum of RGB (Red+Green+Blue) = 224+96+216=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 96 (37.89% from 255 or 17.91% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E060D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E060D8 is #1F9F27. Grayscale: #939393. Windows color (decimal): -2072360 or 14180576. OLE color: 14180576.

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

Color convert

RGB 224 96 216 -
CMYK 0 0.57 0.04 0.12
HSL 303.75º 0.67% 0.63% -
HSV(B) 303.75º 0.57% 0.88% -
XYZ 47.32 29.17 68.1 -
YUV 147.95 166.41 182.24 -
System Red Green Blue C M Y K H S L
Decimal 224 96 216 0 0.57 0.04 0.12 303.75 0.67 0.63
Hex E0 60 D8 0 39 4 C 130 43 3F
Octal 340 140 330 0 71 4 14 460 103 77
Binary 11100000 1100000 11011000 0 111001 100 1100 100110000 1000011 111111

Color Harmonies of #E060D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E060D8

Black with #E060D8

Text Example


Text Example

White with #E060D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E060D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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