Html Css Color HEX #E052DB Free Speech Magenta

📋 copy color: '#E052DB'

red 224 ◦ green 82 ◦ blue 219

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

Shades of Free Speech Magenta #E052DB

Tints of Free Speech Magenta #E052DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.62%

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

R = 42.67%
G = 15.62%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E052DB (or 0xE052DB) is known color: Free Speech Magenta. HEX triplet: E0, 52 and DB. RGB value is (224,82,219). Sum of RGB (Red+Green+Blue) = 224+82+219=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 82 (32.42% from 255 or 15.62% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E052DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E052DB is #1FAD24. Grayscale: #8B8B8B. Windows color (decimal): -2075941 or 14373600. OLE color: 14373600.

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

Color convert

RGB 224 82 219 -
CMYK 0 0.63 0.02 0.12
HSL 302.11º 0.7% 0.6% -
HSV(B) 302.11º 0.63% 0.88% -
XYZ 46.54 27 69.78 -
YUV 140.08 172.54 187.86 -
System Red Green Blue C M Y K H S L
Decimal 224 82 219 0 0.63 0.02 0.12 302.11 0.7 0.6
Hex E0 52 DB 0 3F 2 C 12E 46 3C
Octal 340 122 333 0 77 2 14 456 106 74
Binary 11100000 1010010 11011011 0 111111 10 1100 100101110 1000110 111100

Color Harmonies of #E052DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E052DB

Black with #E052DB

Text Example


Text Example

White with #E052DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E052DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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