Html Css Color HEX #E035DB Free Speech Magenta

📋 copy color: '#E035DB'

red 224 ◦ green 53 ◦ blue 219

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

Shades of Free Speech Magenta #E035DB

Tints of Free Speech Magenta #E035DB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.69%

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

R = 45.16%
G = 10.69%
B = 44.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E035DB (or 0xE035DB) is known color: Free Speech Magenta. HEX triplet: E0, 35 and DB. RGB value is (224,53,219). Sum of RGB (Red+Green+Blue) = 224+53+219=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 53 (21.09% from 255 or 10.69% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E035DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E035DB is #1FCA24. Grayscale: #7A7A7A. Windows color (decimal): -2083365 or 14366176. OLE color: 14366176.

HSL color Cylindrical-coordinate representation of color #E035DB: hue angle of 301.75º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E035DB is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 53 219 -
CMYK 0 0.76 0.02 0.12
HSL 301.75º 0.73% 0.54% -
HSV(B) 301.75º 0.76% 0.88% -
XYZ 44.8 23.51 69.19 -
YUV 123.05 182.15 200 -
System Red Green Blue C M Y K H S L
Decimal 224 53 219 0 0.76 0.02 0.12 301.75 0.73 0.54
Hex E0 35 DB 0 4C 2 C 12E 49 36
Octal 340 65 333 0 114 2 14 456 111 66
Binary 11100000 110101 11011011 0 1001100 10 1100 100101110 1001001 110110

Color Harmonies of #E035DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E035DB

Black with #E035DB

Text Example


Text Example

White with #E035DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E035DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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