Html Css Color HEX #E258BA Free Speech Magenta

📋 copy color: '#E258BA'

red 226 ◦ green 88 ◦ blue 186

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

Shades of Free Speech Magenta #E258BA

Tints of Free Speech Magenta #E258BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.6%

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

R = 45.2%
G = 17.6%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E258BA (or 0xE258BA) is known color: Free Speech Magenta. HEX triplet: E2, 58 and BA. RGB value is (226,88,186). Sum of RGB (Red+Green+Blue) = 226+88+186=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 88 (34.77% from 255 or 17.6% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E258BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E258BA is #1DA745. Grayscale: #8C8C8C. Windows color (decimal): -1943366 or 12212450. OLE color: 12212450.

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

Color convert

RGB 226 88 186 -
CMYK 0 0.61 0.18 0.11
HSL 317.39º 0.7% 0.62% -
HSV(B) 317.39º 0.61% 0.89% -
XYZ 43.72 26.69 49.3 -
YUV 140.43 153.72 189.03 -
System Red Green Blue C M Y K H S L
Decimal 226 88 186 0 0.61 0.18 0.11 317.39 0.7 0.62
Hex E2 58 BA 0 3D 12 B 13D 46 3E
Octal 342 130 272 0 75 22 13 475 106 76
Binary 11100010 1011000 10111010 0 111101 10010 1011 100111101 1000110 111110

Color Harmonies of #E258BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E258BA

Black with #E258BA

Text Example


Text Example

White with #E258BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E258BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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