Html Css Color HEX #E152D3 Free Speech Magenta

📋 copy color: '#E152D3'

red 225 ◦ green 82 ◦ blue 211

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

Shades of Free Speech Magenta #E152D3

Tints of Free Speech Magenta #E152D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.73%

R = 43.44%
G = 15.83%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E152D3 (or 0xE152D3) is known color: Free Speech Magenta. HEX triplet: E1, 52 and D3. RGB value is (225,82,211). Sum of RGB (Red+Green+Blue) = 225+82+211=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 82 (32.42% from 255 or 15.83% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E152D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E152D3 is #1EAD2C. Grayscale: #8B8B8B. Windows color (decimal): -2010413 or 13849313. OLE color: 13849313.

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

Color convert

RGB 225 82 211 -
CMYK 0 0.64 0.06 0.12
HSL 305.87º 0.7% 0.6% -
HSV(B) 305.87º 0.64% 0.88% -
XYZ 45.83 26.75 64.38 -
YUV 139.46 168.38 189.01 -
System Red Green Blue C M Y K H S L
Decimal 225 82 211 0 0.64 0.06 0.12 305.87 0.7 0.6
Hex E1 52 D3 0 40 6 C 132 46 3C
Octal 341 122 323 0 100 6 14 462 106 74
Binary 11100001 1010010 11010011 0 1000000 110 1100 100110010 1000110 111100

Color Harmonies of #E152D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E152D3

Black with #E152D3

Text Example


Text Example

White with #E152D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E152D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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