Html Css Color HEX #E254B7 Free Speech Magenta

📋 copy color: '#E254B7'

red 226 ◦ green 84 ◦ blue 183

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

Shades of Free Speech Magenta #E254B7

Tints of Free Speech Magenta #E254B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.12%

R = 45.84%
G = 17.04%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#E254B7 (or 0xE254B7) is known color: Free Speech Magenta. HEX triplet: E2, 54 and B7. RGB value is (226,84,183). Sum of RGB (Red+Green+Blue) = 226+84+183=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E254B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E254B7 is #1DAB48. Grayscale: #898989. Windows color (decimal): -1944393 or 12014818. OLE color: 12014818.

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

Color convert

RGB 226 84 183 -
CMYK 0 0.63 0.19 0.11
HSL 318.17º 0.71% 0.61% -
HSV(B) 318.17º 0.63% 0.89% -
XYZ 43.08 25.93 47.53 -
YUV 137.74 153.54 190.95 -
System Red Green Blue C M Y K H S L
Decimal 226 84 183 0 0.63 0.19 0.11 318.17 0.71 0.61
Hex E2 54 B7 0 3F 13 B 13E 47 3D
Octal 342 124 267 0 77 23 13 476 107 75
Binary 11100010 1010100 10110111 0 111111 10011 1011 100111110 1000111 111101

Color Harmonies of #E254B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E254B7

Black with #E254B7

Text Example


Text Example

White with #E254B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E254B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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