Html Css Color HEX #E153C4 Free Speech Magenta

📋 copy color: '#E153C4'

red 225 ◦ green 83 ◦ blue 196

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

Shades of Free Speech Magenta #E153C4

Tints of Free Speech Magenta #E153C4

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.47%

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

R = 44.64%
G = 16.47%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E153C4 (or 0xE153C4) is known color: Free Speech Magenta. HEX triplet: E1, 53 and C4. RGB value is (225,83,196). Sum of RGB (Red+Green+Blue) = 225+83+196=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 83 (32.81% from 255 or 16.47% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E153C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E153C4 is #1EAC3B. Grayscale: #8A8A8A. Windows color (decimal): -2010172 or 12866529. OLE color: 12866529.

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

Color convert

RGB 225 83 196 -
CMYK 0 0.63 0.13 0.12
HSL 312.25º 0.7% 0.6% -
HSV(B) 312.25º 0.63% 0.88% -
XYZ 44.11 26.18 54.95 -
YUV 138.34 160.54 189.81 -
System Red Green Blue C M Y K H S L
Decimal 225 83 196 0 0.63 0.13 0.12 312.25 0.7 0.6
Hex E1 53 C4 0 3F D C 138 46 3C
Octal 341 123 304 0 77 15 14 470 106 74
Binary 11100001 1010011 11000100 0 111111 1101 1100 100111000 1000110 111100

Color Harmonies of #E153C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E153C4

Black with #E153C4

Text Example


Text Example

White with #E153C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E153C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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