Html Css Color HEX #E152C3 Free Speech Magenta

📋 copy color: '#E152C3'

red 225 ◦ green 82 ◦ blue 195

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

Shades of Free Speech Magenta #E152C3

Tints of Free Speech Magenta #E152C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.84%

R = 44.82%
G = 16.33%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E152C3 (or 0xE152C3) is known color: Free Speech Magenta. HEX triplet: E1, 52 and C3. RGB value is (225,82,195). Sum of RGB (Red+Green+Blue) = 225+82+195=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 82 (32.42% from 255 or 16.33% from 502); Blue value is 195 (76.56% from 255 or 38.84% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E152C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E152C3 is #1EAD3C. Grayscale: #898989. Windows color (decimal): -2010429 or 12800737. OLE color: 12800737.

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

Color convert

RGB 225 82 195 -
CMYK 0 0.64 0.13 0.12
HSL 312.59º 0.7% 0.6% -
HSV(B) 312.59º 0.64% 0.88% -
XYZ 43.92 25.98 54.33 -
YUV 137.64 160.38 190.31 -
System Red Green Blue C M Y K H S L
Decimal 225 82 195 0 0.64 0.13 0.12 312.59 0.7 0.6
Hex E1 52 C3 0 40 D C 139 46 3C
Octal 341 122 303 0 100 15 14 471 106 74
Binary 11100001 1010010 11000011 0 1000000 1101 1100 100111001 1000110 111100

Color Harmonies of #E152C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E152C3

Black with #E152C3

Text Example


Text Example

White with #E152C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E152C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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