Html Css Color HEX #E259D6 Free Speech Magenta

📋 copy color: '#E259D6'

red 226 ◦ green 89 ◦ blue 214

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

Shades of Free Speech Magenta #E259D6

Tints of Free Speech Magenta #E259D6

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.82%

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

R = 42.72%
G = 16.82%
B = 40.45%

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

#E259D6 (or 0xE259D6) is known color: Free Speech Magenta. HEX triplet: E2, 59 and D6. RGB value is (226,89,214). Sum of RGB (Red+Green+Blue) = 226+89+214=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 89 (35.16% from 255 or 16.82% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E259D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E259D6 is #1DA629. Grayscale: #8F8F8F. Windows color (decimal): -1943082 or 14047714. OLE color: 14047714.

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

Color convert

RGB 226 89 214 -
CMYK 0 0.61 0.05 0.11
HSL 305.26º 0.7% 0.62% -
HSV(B) 305.26º 0.61% 0.89% -
XYZ 47.07 28.17 66.57 -
YUV 144.21 167.39 186.34 -
System Red Green Blue C M Y K H S L
Decimal 226 89 214 0 0.61 0.05 0.11 305.26 0.7 0.62
Hex E2 59 D6 0 3D 5 B 131 46 3E
Octal 342 131 326 0 75 5 13 461 106 76
Binary 11100010 1011001 11010110 0 111101 101 1011 100110001 1000110 111110

Color Harmonies of #E259D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E259D6

Black with #E259D6

Text Example


Text Example

White with #E259D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E259D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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