Html Css Color HEX #E152C4 Free Speech Magenta

📋 copy color: '#E152C4'

red 225 ◦ green 82 ◦ blue 196

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

Shades of Free Speech Magenta #E152C4

Tints of Free Speech Magenta #E152C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.97%

R = 44.73%
G = 16.3%
B = 38.97%

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

#E152C4 (or 0xE152C4) is known color: Free Speech Magenta. HEX triplet: E1, 52 and C4. RGB value is (225,82,196). Sum of RGB (Red+Green+Blue) = 225+82+196=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 82 (32.42% from 255 or 16.30% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E152C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E152C4 is #1EAD3B. Grayscale: #898989. Windows color (decimal): -2010428 or 12866273. OLE color: 12866273.

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

Color convert

RGB 225 82 196 -
CMYK 0 0.64 0.13 0.12
HSL 312.17º 0.7% 0.6% -
HSV(B) 312.17º 0.64% 0.88% -
XYZ 44.03 26.03 54.93 -
YUV 137.75 160.88 190.23 -
System Red Green Blue C M Y K H S L
Decimal 225 82 196 0 0.64 0.13 0.12 312.17 0.7 0.6
Hex E1 52 C4 0 40 D C 138 46 3C
Octal 341 122 304 0 100 15 14 470 106 74
Binary 11100001 1010010 11000100 0 1000000 1101 1100 100111000 1000110 111100

Color Harmonies of #E152C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E152C4

Black with #E152C4

Text Example


Text Example

White with #E152C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E152C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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