Html Css Color HEX #E154D5 Free Speech Magenta

📋 copy color: '#E154D5'

red 225 ◦ green 84 ◦ blue 213

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

Shades of Free Speech Magenta #E154D5

Tints of Free Speech Magenta #E154D5

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.09%

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

R = 43.1%
G = 16.09%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E154D5 (or 0xE154D5) is known color: Free Speech Magenta. HEX triplet: E1, 54 and D5. RGB value is (225,84,213). Sum of RGB (Red+Green+Blue) = 225+84+213=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 84 (33.20% from 255 or 16.09% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E154D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E154D5 is #1EAB2A. Grayscale: #8C8C8C. Windows color (decimal): -2009899 or 13980897. OLE color: 13980897.

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

Color convert

RGB 225 84 213 -
CMYK 0 0.63 0.05 0.12
HSL 305.11º 0.7% 0.61% -
HSV(B) 305.11º 0.63% 0.88% -
XYZ 46.23 27.15 65.76 -
YUV 140.87 168.71 188.01 -
System Red Green Blue C M Y K H S L
Decimal 225 84 213 0 0.63 0.05 0.12 305.11 0.7 0.61
Hex E1 54 D5 0 3F 5 C 131 46 3D
Octal 341 124 325 0 77 5 14 461 106 75
Binary 11100001 1010100 11010101 0 111111 101 1100 100110001 1000110 111101

Color Harmonies of #E154D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E154D5

Black with #E154D5

Text Example


Text Example

White with #E154D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E154D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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