Html Css Color HEX #E062DD Free Speech Magenta

📋 copy color: '#E062DD'

red 224 ◦ green 98 ◦ blue 221

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

Shades of Free Speech Magenta #E062DD

Tints of Free Speech Magenta #E062DD

RGB

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

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

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

R = 41.25%
G = 18.05%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E062DD (or 0xE062DD) is known color: Free Speech Magenta. HEX triplet: E0, 62 and DD. RGB value is (224,98,221). Sum of RGB (Red+Green+Blue) = 224+98+221=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 98 (38.67% from 255 or 18.05% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E062DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E062DD is #1F9D22. Grayscale: #959595. Windows color (decimal): -2071843 or 14508768. OLE color: 14508768.

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

Color convert

RGB 224 98 221 -
CMYK 0 0.56 0.01 0.12
HSL 301.43º 0.67% 0.63% -
HSV(B) 301.43º 0.56% 0.88% -
XYZ 48.16 29.8 71.62 -
YUV 149.7 168.24 181 -
System Red Green Blue C M Y K H S L
Decimal 224 98 221 0 0.56 0.01 0.12 301.43 0.67 0.63
Hex E0 62 DD 0 38 1 C 12D 43 3F
Octal 340 142 335 0 70 1 14 455 103 77
Binary 11100000 1100010 11011101 0 111000 1 1100 100101101 1000011 111111

Color Harmonies of #E062DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E062DD

Black with #E062DD

Text Example


Text Example

White with #E062DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E062DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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