Html Css Color HEX #E060D4 Free Speech Magenta

📋 copy color: '#E060D4'

red 224 ◦ green 96 ◦ blue 212

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

Shades of Free Speech Magenta #E060D4

Tints of Free Speech Magenta #E060D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.85%

R = 42.11%
G = 18.05%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E060D4 (or 0xE060D4) is known color: Free Speech Magenta. HEX triplet: E0, 60 and D4. RGB value is (224,96,212). Sum of RGB (Red+Green+Blue) = 224+96+212=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 96 (37.89% from 255 or 18.05% from 532); Blue value is 212 (83.20% from 255 or 39.85% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E060D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E060D4 is #1F9F2B. Grayscale: #939393. Windows color (decimal): -2072364 or 13918432. OLE color: 13918432.

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

Color convert

RGB 224 96 212 -
CMYK 0 0.57 0.05 0.12
HSL 305.63º 0.67% 0.63% -
HSV(B) 305.63º 0.57% 0.88% -
XYZ 46.81 28.97 65.41 -
YUV 147.5 164.41 182.57 -
System Red Green Blue C M Y K H S L
Decimal 224 96 212 0 0.57 0.05 0.12 305.63 0.67 0.63
Hex E0 60 D4 0 39 5 C 132 43 3F
Octal 340 140 324 0 71 5 14 462 103 77
Binary 11100000 1100000 11010100 0 111001 101 1100 100110010 1000011 111111

Color Harmonies of #E060D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E060D4

Black with #E060D4

Text Example


Text Example

White with #E060D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E060D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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