Html Css Color HEX #E258C8 Free Speech Magenta

📋 copy color: '#E258C8'

red 226 ◦ green 88 ◦ blue 200

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

Shades of Free Speech Magenta #E258C8

Tints of Free Speech Magenta #E258C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.91%

R = 43.97%
G = 17.12%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E258C8 (or 0xE258C8) is known color: Free Speech Magenta. HEX triplet: E2, 58 and C8. RGB value is (226,88,200). Sum of RGB (Red+Green+Blue) = 226+88+200=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E258C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E258C8 is #1DA737. Grayscale: #8D8D8D. Windows color (decimal): -1943352 or 13129954. OLE color: 13129954.

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

Color convert

RGB 226 88 200 -
CMYK 0 0.61 0.12 0.11
HSL 311.3º 0.7% 0.62% -
HSV(B) 311.3º 0.61% 0.89% -
XYZ 45.28 27.32 57.53 -
YUV 142.03 160.72 187.89 -
System Red Green Blue C M Y K H S L
Decimal 226 88 200 0 0.61 0.12 0.11 311.3 0.7 0.62
Hex E2 58 C8 0 3D C B 137 46 3E
Octal 342 130 310 0 75 14 13 467 106 76
Binary 11100010 1011000 11001000 0 111101 1100 1011 100110111 1000110 111110

Color Harmonies of #E258C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E258C8

Black with #E258C8

Text Example


Text Example

White with #E258C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E258C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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