Html Css Color HEX #E154D2 Free Speech Magenta

📋 copy color: '#E154D2'

red 225 ◦ green 84 ◦ blue 210

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

Shades of Free Speech Magenta #E154D2

Tints of Free Speech Magenta #E154D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.46%

R = 43.35%
G = 16.18%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E154D2 (or 0xE154D2) is known color: Free Speech Magenta. HEX triplet: E1, 54 and D2. RGB value is (225,84,210). Sum of RGB (Red+Green+Blue) = 225+84+210=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 84 (33.20% from 255 or 16.18% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E154D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E154D2 is #1EAB2D. Grayscale: #8C8C8C. Windows color (decimal): -2009902 or 13784289. OLE color: 13784289.

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

Color convert

RGB 225 84 210 -
CMYK 0 0.63 0.07 0.12
HSL 306.38º 0.7% 0.61% -
HSV(B) 306.38º 0.63% 0.88% -
XYZ 45.85 27 63.77 -
YUV 140.52 167.21 188.25 -
System Red Green Blue C M Y K H S L
Decimal 225 84 210 0 0.63 0.07 0.12 306.38 0.7 0.61
Hex E1 54 D2 0 3F 7 C 132 46 3D
Octal 341 124 322 0 77 7 14 462 106 75
Binary 11100001 1010100 11010010 0 111111 111 1100 100110010 1000110 111101

Color Harmonies of #E154D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E154D2

Black with #E154D2

Text Example


Text Example

White with #E154D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E154D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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