Html Css Color HEX #E254D6 Free Speech Magenta

📋 copy color: '#E254D6'

red 226 ◦ green 84 ◦ blue 214

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

Shades of Free Speech Magenta #E254D6

Tints of Free Speech Magenta #E254D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.84%

R = 43.13%
G = 16.03%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E254D6 (or 0xE254D6) is known color: Free Speech Magenta. HEX triplet: E2, 54 and D6. RGB value is (226,84,214). Sum of RGB (Red+Green+Blue) = 226+84+214=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 84 (33.20% from 255 or 16.03% from 524); Blue value is 214 (83.98% from 255 or 40.84% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E254D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E254D6 is #1DAB29. Grayscale: #8C8C8C. Windows color (decimal): -1944362 or 14046434. OLE color: 14046434.

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

Color convert

RGB 226 84 214 -
CMYK 0 0.63 0.05 0.11
HSL 305.07º 0.71% 0.61% -
HSV(B) 305.07º 0.63% 0.89% -
XYZ 46.67 27.36 66.44 -
YUV 141.28 169.04 188.43 -
System Red Green Blue C M Y K H S L
Decimal 226 84 214 0 0.63 0.05 0.11 305.07 0.71 0.61
Hex E2 54 D6 0 3F 5 B 131 47 3D
Octal 342 124 326 0 77 5 13 461 107 75
Binary 11100010 1010100 11010110 0 111111 101 1011 100110001 1000111 111101

Color Harmonies of #E254D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E254D6

Black with #E254D6

Text Example


Text Example

White with #E254D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E254D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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