Html Css Color HEX #E254D9 Free Speech Magenta

📋 copy color: '#E254D9'

red 226 ◦ green 84 ◦ blue 217

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

Shades of Free Speech Magenta #E254D9

Tints of Free Speech Magenta #E254D9

RGB

 RED value IS 226 (88.67% from 255) = 42.88%

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

 BLUE value IS 217 (85.16% from 255) = 41.18%

R = 42.88%
G = 15.94%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E254D9 (or 0xE254D9) is known color: Free Speech Magenta. HEX triplet: E2, 54 and D9. RGB value is (226,84,217). Sum of RGB (Red+Green+Blue) = 226+84+217=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 84 (33.20% from 255 or 15.94% from 527); Blue value is 217 (85.16% from 255 or 41.18% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E254D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E254D9 is #1DAB26. Grayscale: #8D8D8D. Windows color (decimal): -1944359 or 14243042. OLE color: 14243042.

HSL color Cylindrical-coordinate representation of color #E254D9: hue angle of 303.8º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E254D9 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 84 217 -
CMYK 0 0.63 0.04 0.11
HSL 303.8º 0.71% 0.61% -
HSV(B) 303.8º 0.63% 0.89% -
XYZ 47.06 27.52 68.48 -
YUV 141.62 170.54 188.19 -
System Red Green Blue C M Y K H S L
Decimal 226 84 217 0 0.63 0.04 0.11 303.8 0.71 0.61
Hex E2 54 D9 0 3F 4 B 130 47 3D
Octal 342 124 331 0 77 4 13 460 107 75
Binary 11100010 1010100 11011001 0 111111 100 1011 100110000 1000111 111101

Color Harmonies of #E254D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E254D9

Black with #E254D9

Text Example


Text Example

White with #E254D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E254D9; }

 p { color: rgb(226,84,217); }

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

background-color css

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

 a { background-color: rgb(226,84,217); }

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

border-color css

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

 span { border-color: rgb(226,84,217); }

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