Html Css Color HEX #E152DF Free Speech Magenta

📋 copy color: '#E152DF'

red 225 ◦ green 82 ◦ blue 223

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

Shades of Free Speech Magenta #E152DF

Tints of Free Speech Magenta #E152DF

RGB

 RED value IS 225 (88.28% from 255) = 42.45%

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

 BLUE value IS 223 (87.5% from 255) = 42.08%

R = 42.45%
G = 15.47%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E152DF (or 0xE152DF) is known color: Free Speech Magenta. HEX triplet: E1, 52 and DF. RGB value is (225,82,223). Sum of RGB (Red+Green+Blue) = 225+82+223=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 82 (32.42% from 255 or 15.47% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E152DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E152DF is #1EAD20. Grayscale: #8C8C8C. Windows color (decimal): -2010401 or 14635745. OLE color: 14635745.

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

Color convert

RGB 225 82 223 -
CMYK 0 0.64 0.01 0.12
HSL 300.84º 0.7% 0.6% -
HSV(B) 300.84º 0.64% 0.88% -
XYZ 47.39 27.37 72.6 -
YUV 140.83 174.38 188.04 -
System Red Green Blue C M Y K H S L
Decimal 225 82 223 0 0.64 0.01 0.12 300.84 0.7 0.6
Hex E1 52 DF 0 40 1 C 12D 46 3C
Octal 341 122 337 0 100 1 14 455 106 74
Binary 11100001 1010010 11011111 0 1000000 1 1100 100101101 1000110 111100

Color Harmonies of #E152DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E152DF

Black with #E152DF

Text Example


Text Example

White with #E152DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E152DF; }

 p { color: rgb(225,82,223); }

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

background-color css

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

 a { background-color: rgb(225,82,223); }

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

border-color css

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

 span { border-color: rgb(225,82,223); }

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