Html Css Color HEX #E766DF Free Speech Magenta

📋 copy color: '#E766DF'

red 231 ◦ green 102 ◦ blue 223

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

Shades of Free Speech Magenta #E766DF

Tints of Free Speech Magenta #E766DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.11%

R = 41.55%
G = 18.35%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E766DF (or 0xE766DF) is known color: Free Speech Magenta. HEX triplet: E7, 66 and DF. RGB value is (231,102,223). Sum of RGB (Red+Green+Blue) = 231+102+223=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 102 (40.23% from 255 or 18.35% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E766DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E766DF is #189920. Grayscale: #9A9A9A. Windows color (decimal): -1612065 or 14640871. OLE color: 14640871.

HSL color Cylindrical-coordinate representation of color #E766DF: hue angle of 303.72º 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 #E766DF is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 102 223 -
CMYK 0 0.56 0.03 0.09
HSL 303.72º 0.73% 0.65% -
HSV(B) 303.72º 0.56% 0.91% -
XYZ 51.03 31.82 73.26 -
YUV 154.37 166.74 182.66 -
System Red Green Blue C M Y K H S L
Decimal 231 102 223 0 0.56 0.03 0.09 303.72 0.73 0.65
Hex E7 66 DF 0 38 3 9 130 49 41
Octal 347 146 337 0 70 3 11 460 111 101
Binary 11100111 1100110 11011111 0 111000 11 1001 100110000 1001001 1000001

Color Harmonies of #E766DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E766DF

Black with #E766DF

Text Example


Text Example

White with #E766DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E766DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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