Html Css Color HEX #E152D5 Free Speech Magenta

📋 copy color: '#E152D5'

red 225 ◦ green 82 ◦ blue 213

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

Shades of Free Speech Magenta #E152D5

Tints of Free Speech Magenta #E152D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.96%

R = 43.27%
G = 15.77%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E152D5 (or 0xE152D5) is known color: Free Speech Magenta. HEX triplet: E1, 52 and D5. RGB value is (225,82,213). Sum of RGB (Red+Green+Blue) = 225+82+213=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 82 (32.42% from 255 or 15.77% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E152D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E152D5 is #1EAD2A. Grayscale: #8B8B8B. Windows color (decimal): -2010411 or 13980385. OLE color: 13980385.

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

Color convert

RGB 225 82 213 -
CMYK 0 0.64 0.05 0.12
HSL 305.04º 0.7% 0.6% -
HSV(B) 305.04º 0.64% 0.88% -
XYZ 46.08 26.85 65.7 -
YUV 139.69 169.38 188.85 -
System Red Green Blue C M Y K H S L
Decimal 225 82 213 0 0.64 0.05 0.12 305.04 0.7 0.6
Hex E1 52 D5 0 40 5 C 131 46 3C
Octal 341 122 325 0 100 5 14 461 106 74
Binary 11100001 1010010 11010101 0 1000000 101 1100 100110001 1000110 111100

Color Harmonies of #E152D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E152D5

Black with #E152D5

Text Example


Text Example

White with #E152D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E152D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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