Html Css Color HEX #E258D6 Free Speech Magenta

📋 copy color: '#E258D6'

red 226 ◦ green 88 ◦ blue 214

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

Shades of Free Speech Magenta #E258D6

Tints of Free Speech Magenta #E258D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.53%

R = 42.8%
G = 16.67%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E258D6 (or 0xE258D6) is known color: Free Speech Magenta. HEX triplet: E2, 58 and D6. RGB value is (226,88,214). Sum of RGB (Red+Green+Blue) = 226+88+214=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 88 (34.77% from 255 or 16.67% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E258D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E258D6 is #1DA729. Grayscale: #8F8F8F. Windows color (decimal): -1943338 or 14047458. OLE color: 14047458.

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

Color convert

RGB 226 88 214 -
CMYK 0 0.61 0.05 0.11
HSL 305.22º 0.7% 0.62% -
HSV(B) 305.22º 0.61% 0.89% -
XYZ 46.99 28 66.55 -
YUV 143.63 167.72 186.75 -
System Red Green Blue C M Y K H S L
Decimal 226 88 214 0 0.61 0.05 0.11 305.22 0.7 0.62
Hex E2 58 D6 0 3D 5 B 131 46 3E
Octal 342 130 326 0 75 5 13 461 106 76
Binary 11100010 1011000 11010110 0 111101 101 1011 100110001 1000110 111110

Color Harmonies of #E258D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E258D6

Black with #E258D6

Text Example


Text Example

White with #E258D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E258D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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