Html Css Color HEX #E252DC Free Speech Magenta

📋 copy color: '#E252DC'

red 226 ◦ green 82 ◦ blue 220

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

Shades of Free Speech Magenta #E252DC

Tints of Free Speech Magenta #E252DC

RGB

 RED value IS 226 (88.67% from 255) = 42.8%

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

 BLUE value IS 220 (86.33% from 255) = 41.67%

R = 42.8%
G = 15.53%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E252DC (or 0xE252DC) is known color: Free Speech Magenta. HEX triplet: E2, 52 and DC. RGB value is (226,82,220). Sum of RGB (Red+Green+Blue) = 226+82+220=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 82 (32.42% from 255 or 15.53% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E252DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E252DC is #1DAD23. Grayscale: #8C8C8C. Windows color (decimal): -1944868 or 14439138. OLE color: 14439138.

HSL color Cylindrical-coordinate representation of color #E252DC: hue angle of 302.5º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E252DC is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 82 220 -
CMYK 0 0.64 0.03 0.11
HSL 302.5º 0.71% 0.6% -
HSV(B) 302.5º 0.64% 0.89% -
XYZ 47.3 27.37 70.5 -
YUV 140.79 172.71 188.78 -
System Red Green Blue C M Y K H S L
Decimal 226 82 220 0 0.64 0.03 0.11 302.5 0.71 0.6
Hex E2 52 DC 0 40 3 B 12E 47 3C
Octal 342 122 334 0 100 3 13 456 107 74
Binary 11100010 1010010 11011100 0 1000000 11 1011 100101110 1000111 111100

Color Harmonies of #E252DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E252DC

Black with #E252DC

Text Example


Text Example

White with #E252DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E252DC; }

 p { color: rgb(226,82,220); }

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

background-color css

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

 a { background-color: rgb(226,82,220); }

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

border-color css

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

 span { border-color: rgb(226,82,220); }

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