Html Css Color HEX #E266D9 Free Speech Magenta

📋 copy color: '#E266D9'

red 226 ◦ green 102 ◦ blue 217

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

Shades of Free Speech Magenta #E266D9

Tints of Free Speech Magenta #E266D9

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.72%

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

R = 41.47%
G = 18.72%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E266D9 (or 0xE266D9) is known color: Free Speech Magenta. HEX triplet: E2, 66 and D9. RGB value is (226,102,217). Sum of RGB (Red+Green+Blue) = 226+102+217=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 102 (40.23% from 255 or 18.72% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E266D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E266D9 is #1D9926. Grayscale: #979797. Windows color (decimal): -1939751 or 14247650. OLE color: 14247650.

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

Color convert

RGB 226 102 217 -
CMYK 0 0.55 0.04 0.11
HSL 304.35º 0.68% 0.64% -
HSV(B) 304.35º 0.55% 0.89% -
XYZ 48.64 30.68 69 -
YUV 152.19 164.58 180.65 -
System Red Green Blue C M Y K H S L
Decimal 226 102 217 0 0.55 0.04 0.11 304.35 0.68 0.64
Hex E2 66 D9 0 37 4 B 130 44 40
Octal 342 146 331 0 67 4 13 460 104 100
Binary 11100010 1100110 11011001 0 110111 100 1011 100110000 1000100 1000000

Color Harmonies of #E266D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E266D9

Black with #E266D9

Text Example


Text Example

White with #E266D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E266D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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