Html Css Color HEX #E260D9 Free Speech Magenta

📋 copy color: '#E260D9'

red 226 ◦ green 96 ◦ blue 217

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

Shades of Free Speech Magenta #E260D9

Tints of Free Speech Magenta #E260D9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.81%

 BLUE value IS 217 (85.16% from 255) = 40.26%

R = 41.93%
G = 17.81%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E260D9 (or 0xE260D9) is known color: Free Speech Magenta. HEX triplet: E2, 60 and D9. RGB value is (226,96,217). Sum of RGB (Red+Green+Blue) = 226+96+217=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 96 (37.89% from 255 or 17.81% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E260D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E260D9 is #1D9F26. Grayscale: #949494. Windows color (decimal): -1941287 or 14246114. OLE color: 14246114.

HSL color Cylindrical-coordinate representation of color #E260D9: hue angle of 304.15º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E260D9 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 96 217 -
CMYK 0 0.58 0.04 0.11
HSL 304.15º 0.69% 0.63% -
HSV(B) 304.15º 0.58% 0.89% -
XYZ 48.07 29.54 68.81 -
YUV 148.66 166.57 183.16 -
System Red Green Blue C M Y K H S L
Decimal 226 96 217 0 0.58 0.04 0.11 304.15 0.69 0.63
Hex E2 60 D9 0 3A 4 B 130 45 3F
Octal 342 140 331 0 72 4 13 460 105 77
Binary 11100010 1100000 11011001 0 111010 100 1011 100110000 1000101 111111

Color Harmonies of #E260D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E260D9

Black with #E260D9

Text Example


Text Example

White with #E260D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E260D9; }

 p { color: rgb(226,96,217); }

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

background-color css

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

 a { background-color: rgb(226,96,217); }

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

border-color css

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

 span { border-color: rgb(226,96,217); }

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