Html Css Color HEX #E062DB Free Speech Magenta

📋 copy color: '#E062DB'

red 224 ◦ green 98 ◦ blue 219

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

Shades of Free Speech Magenta #E062DB

Tints of Free Speech Magenta #E062DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.48%

R = 41.4%
G = 18.11%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E062DB (or 0xE062DB) is known color: Free Speech Magenta. HEX triplet: E0, 62 and DB. RGB value is (224,98,219). Sum of RGB (Red+Green+Blue) = 224+98+219=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 98 (38.67% from 255 or 18.11% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E062DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E062DB is #1F9D24. Grayscale: #959595. Windows color (decimal): -2071845 or 14377696. OLE color: 14377696.

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

Color convert

RGB 224 98 219 -
CMYK 0 0.56 0.02 0.12
HSL 302.38º 0.67% 0.63% -
HSV(B) 302.38º 0.56% 0.88% -
XYZ 47.89 29.7 70.23 -
YUV 149.47 167.24 181.16 -
System Red Green Blue C M Y K H S L
Decimal 224 98 219 0 0.56 0.02 0.12 302.38 0.67 0.63
Hex E0 62 DB 0 38 2 C 12E 43 3F
Octal 340 142 333 0 70 2 14 456 103 77
Binary 11100000 1100010 11011011 0 111000 10 1100 100101110 1000011 111111

Color Harmonies of #E062DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E062DB

Black with #E062DB

Text Example


Text Example

White with #E062DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E062DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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