Html Css Color HEX #E063DB Free Speech Magenta

📋 copy color: '#E063DB'

red 224 ◦ green 99 ◦ blue 219

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

Shades of Free Speech Magenta #E063DB

Tints of Free Speech Magenta #E063DB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.27%

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

R = 41.33%
G = 18.27%
B = 40.41%

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

#E063DB (or 0xE063DB) is known color: Free Speech Magenta. HEX triplet: E0, 63 and DB. RGB value is (224,99,219). Sum of RGB (Red+Green+Blue) = 224+99+219=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 99 (39.06% from 255 or 18.27% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E063DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063DB is #1F9C24. Grayscale: #959595. Windows color (decimal): -2071589 or 14377952. OLE color: 14377952.

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

Color convert

RGB 224 99 219 -
CMYK 0 0.56 0.02 0.12
HSL 302.4º 0.67% 0.63% -
HSV(B) 302.4º 0.56% 0.88% -
XYZ 47.99 29.89 70.26 -
YUV 150.06 166.91 180.74 -
System Red Green Blue C M Y K H S L
Decimal 224 99 219 0 0.56 0.02 0.12 302.4 0.67 0.63
Hex E0 63 DB 0 38 2 C 12E 43 3F
Octal 340 143 333 0 70 2 14 456 103 77
Binary 11100000 1100011 11011011 0 111000 10 1100 100101110 1000011 111111

Color Harmonies of #E063DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E063DB

Black with #E063DB

Text Example


Text Example

White with #E063DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E063DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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