Html Css Color HEX #E254D1 Free Speech Magenta

📋 copy color: '#E254D1'

red 226 ◦ green 84 ◦ blue 209

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

Shades of Free Speech Magenta #E254D1

Tints of Free Speech Magenta #E254D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.27%

R = 43.55%
G = 16.18%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E254D1 (or 0xE254D1) is known color: Free Speech Magenta. HEX triplet: E2, 54 and D1. RGB value is (226,84,209). Sum of RGB (Red+Green+Blue) = 226+84+209=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 84 (33.20% from 255 or 16.18% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E254D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E254D1 is #1DAB2E. Grayscale: #8C8C8C. Windows color (decimal): -1944367 or 13718754. OLE color: 13718754.

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

Color convert

RGB 226 84 209 -
CMYK 0 0.63 0.08 0.11
HSL 307.18º 0.71% 0.61% -
HSV(B) 307.18º 0.63% 0.89% -
XYZ 46.04 27.11 63.13 -
YUV 140.71 166.54 188.84 -
System Red Green Blue C M Y K H S L
Decimal 226 84 209 0 0.63 0.08 0.11 307.18 0.71 0.61
Hex E2 54 D1 0 3F 8 B 133 47 3D
Octal 342 124 321 0 77 10 13 463 107 75
Binary 11100010 1010100 11010001 0 111111 1000 1011 100110011 1000111 111101

Color Harmonies of #E254D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E254D1

Black with #E254D1

Text Example


Text Example

White with #E254D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E254D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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