Html Css Color HEX #E766DD Free Speech Magenta

📋 copy color: '#E766DD'

red 231 ◦ green 102 ◦ blue 221

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

Shades of Free Speech Magenta #E766DD

Tints of Free Speech Magenta #E766DD

RGB

 RED value IS 231 (90.63% from 255) = 41.7%

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

 BLUE value IS 221 (86.72% from 255) = 39.89%

R = 41.7%
G = 18.41%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E766DD (or 0xE766DD) is known color: Free Speech Magenta. HEX triplet: E7, 66 and DD. RGB value is (231,102,221). Sum of RGB (Red+Green+Blue) = 231+102+221=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 102 (40.23% from 255 or 18.41% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E766DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E766DD is #189922. Grayscale: #999999. Windows color (decimal): -1612067 or 14509799. OLE color: 14509799.

HSL color Cylindrical-coordinate representation of color #E766DD: hue angle of 304.65º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E766DD is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 102 221 -
CMYK 0 0.56 0.04 0.09
HSL 304.65º 0.73% 0.65% -
HSV(B) 304.65º 0.56% 0.91% -
XYZ 50.76 31.71 71.85 -
YUV 154.14 165.74 182.82 -
System Red Green Blue C M Y K H S L
Decimal 231 102 221 0 0.56 0.04 0.09 304.65 0.73 0.65
Hex E7 66 DD 0 38 4 9 131 49 41
Octal 347 146 335 0 70 4 11 461 111 101
Binary 11100111 1100110 11011101 0 111000 100 1001 100110001 1001001 1000001

Color Harmonies of #E766DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E766DD

Black with #E766DD

Text Example


Text Example

White with #E766DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E766DD; }

 p { color: rgb(231,102,221); }

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

background-color css

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

 a { background-color: rgb(231,102,221); }

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

border-color css

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

 span { border-color: rgb(231,102,221); }

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