Html Css Color HEX #E062D5 Free Speech Magenta

📋 copy color: '#E062D5'

red 224 ◦ green 98 ◦ blue 213

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

Shades of Free Speech Magenta #E062D5

Tints of Free Speech Magenta #E062D5

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.32%

 BLUE value IS 213 (83.59% from 255) = 39.81%

R = 41.87%
G = 18.32%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E062D5 (or 0xE062D5) is known color: Free Speech Magenta. HEX triplet: E0, 62 and D5. RGB value is (224,98,213). Sum of RGB (Red+Green+Blue) = 224+98+213=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 98 (38.67% from 255 or 18.32% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E062D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E062D5 is #1F9D2A. Grayscale: #949494. Windows color (decimal): -2071851 or 13984480. OLE color: 13984480.

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

Color convert

RGB 224 98 213 -
CMYK 0 0.56 0.05 0.12
HSL 305.24º 0.67% 0.63% -
HSV(B) 305.24º 0.56% 0.88% -
XYZ 47.12 29.39 66.14 -
YUV 148.78 164.24 181.65 -
System Red Green Blue C M Y K H S L
Decimal 224 98 213 0 0.56 0.05 0.12 305.24 0.67 0.63
Hex E0 62 D5 0 38 5 C 131 43 3F
Octal 340 142 325 0 70 5 14 461 103 77
Binary 11100000 1100010 11010101 0 111000 101 1100 100110001 1000011 111111

Color Harmonies of #E062D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E062D5

Black with #E062D5

Text Example


Text Example

White with #E062D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E062D5; }

 p { color: rgb(224,98,213); }

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

background-color css

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

 a { background-color: rgb(224,98,213); }

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

border-color css

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

 span { border-color: rgb(224,98,213); }

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