Html Css Color HEX #E154ED Free Speech Magenta

📋 copy color: '#E154ED'

red 225 ◦ green 84 ◦ blue 237

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

Shades of Free Speech Magenta #E154ED

Tints of Free Speech Magenta #E154ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.41%

R = 41.21%
G = 15.38%
B = 43.41%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E154ED (or 0xE154ED) is known color: Free Speech Magenta. HEX triplet: E1, 54 and ED. RGB value is (225,84,237). Sum of RGB (Red+Green+Blue) = 225+84+237=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 84 (33.20% from 255 or 15.38% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #E154ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E154ED is #1EAB12. Grayscale: #8F8F8F. Windows color (decimal): -2009875 or 15553761. OLE color: 15553761.

HSL color Cylindrical-coordinate representation of color #E154ED: hue angle of 295.29º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E154ED is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 84 237 -
CMYK 0.05 0.65 0 0.07
HSL 295.29º 0.81% 0.63% -
HSV(B) 295.29º 0.65% 0.93% -
XYZ 49.51 28.46 83.01 -
YUV 143.6 180.71 186.06 -
System Red Green Blue C M Y K H S L
Decimal 225 84 237 0.05 0.65 0 0.07 295.29 0.81 0.63
Hex E1 54 ED 5 41 0 7 127 51 3F
Octal 341 124 355 5 101 0 7 447 121 77
Binary 11100001 1010100 11101101 101 1000001 0 111 100100111 1010001 111111

Color Harmonies of #E154ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E154ED

Black with #E154ED

Text Example


Text Example

White with #E154ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E154ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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