Html Css Color HEX #E258D8 Free Speech Magenta

📋 copy color: '#E258D8'

red 226 ◦ green 88 ◦ blue 216

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

Shades of Free Speech Magenta #E258D8

Tints of Free Speech Magenta #E258D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.75%

R = 42.64%
G = 16.6%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E258D8 (or 0xE258D8) is known color: Free Speech Magenta. HEX triplet: E2, 58 and D8. RGB value is (226,88,216). Sum of RGB (Red+Green+Blue) = 226+88+216=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 88 (34.77% from 255 or 16.60% from 530); Blue value is 216 (84.77% from 255 or 40.75% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E258D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E258D8 is #1DA727. Grayscale: #8F8F8F. Windows color (decimal): -1943336 or 14178530. OLE color: 14178530.

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

Color convert

RGB 226 88 216 -
CMYK 0 0.61 0.04 0.11
HSL 304.35º 0.7% 0.62% -
HSV(B) 304.35º 0.61% 0.89% -
XYZ 47.25 28.11 67.9 -
YUV 143.85 168.72 186.59 -
System Red Green Blue C M Y K H S L
Decimal 226 88 216 0 0.61 0.04 0.11 304.35 0.7 0.62
Hex E2 58 D8 0 3D 4 B 130 46 3E
Octal 342 130 330 0 75 4 13 460 106 76
Binary 11100010 1011000 11011000 0 111101 100 1011 100110000 1000110 111110

Color Harmonies of #E258D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E258D8

Black with #E258D8

Text Example


Text Example

White with #E258D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E258D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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