Html Css Color HEX #E259D0 Free Speech Magenta

📋 copy color: '#E259D0'

red 226 ◦ green 89 ◦ blue 208

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

Shades of Free Speech Magenta #E259D0

Tints of Free Speech Magenta #E259D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.77%

R = 43.21%
G = 17.02%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E259D0 (or 0xE259D0) is known color: Free Speech Magenta. HEX triplet: E2, 59 and D0. RGB value is (226,89,208). Sum of RGB (Red+Green+Blue) = 226+89+208=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 89 (35.16% from 255 or 17.02% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E259D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E259D0 is #1DA62F. Grayscale: #8F8F8F. Windows color (decimal): -1943088 or 13654498. OLE color: 13654498.

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

Color convert

RGB 226 89 208 -
CMYK 0 0.61 0.08 0.11
HSL 307.88º 0.7% 0.62% -
HSV(B) 307.88º 0.61% 0.89% -
XYZ 46.32 27.87 62.61 -
YUV 143.53 164.39 186.82 -
System Red Green Blue C M Y K H S L
Decimal 226 89 208 0 0.61 0.08 0.11 307.88 0.7 0.62
Hex E2 59 D0 0 3D 8 B 134 46 3E
Octal 342 131 320 0 75 10 13 464 106 76
Binary 11100010 1011001 11010000 0 111101 1000 1011 100110100 1000110 111110

Color Harmonies of #E259D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E259D0

Black with #E259D0

Text Example


Text Example

White with #E259D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E259D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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