Html Css Color HEX #E257BA Free Speech Magenta

📋 copy color: '#E257BA'

red 226 ◦ green 87 ◦ blue 186

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

Shades of Free Speech Magenta #E257BA

Tints of Free Speech Magenta #E257BA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.43%

 BLUE value IS 186 (73.05% from 255) = 37.27%

R = 45.29%
G = 17.43%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E257BA (or 0xE257BA) is known color: Free Speech Magenta. HEX triplet: E2, 57 and BA. RGB value is (226,87,186). Sum of RGB (Red+Green+Blue) = 226+87+186=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 87 (34.38% from 255 or 17.43% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E257BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E257BA is #1DA845. Grayscale: #8B8B8B. Windows color (decimal): -1943622 or 12212194. OLE color: 12212194.

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

Color convert

RGB 226 87 186 -
CMYK 0 0.62 0.18 0.11
HSL 317.27º 0.71% 0.61% -
HSV(B) 317.27º 0.62% 0.89% -
XYZ 43.64 26.53 49.28 -
YUV 139.85 154.05 189.45 -
System Red Green Blue C M Y K H S L
Decimal 226 87 186 0 0.62 0.18 0.11 317.27 0.71 0.61
Hex E2 57 BA 0 3E 12 B 13D 47 3D
Octal 342 127 272 0 76 22 13 475 107 75
Binary 11100010 1010111 10111010 0 111110 10010 1011 100111101 1000111 111101

Color Harmonies of #E257BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E257BA

Black with #E257BA

Text Example


Text Example

White with #E257BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E257BA; }

 p { color: rgb(226,87,186); }

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

background-color css

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

 a { background-color: rgb(226,87,186); }

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

border-color css

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

 span { border-color: rgb(226,87,186); }

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