Html Css Color HEX #E766CE Free Speech Magenta

📋 copy color: '#E766CE'

red 231 ◦ green 102 ◦ blue 206

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

Shades of Free Speech Magenta #E766CE

Tints of Free Speech Magenta #E766CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 42.86%
G = 18.92%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E766CE (or 0xE766CE) is known color: Free Speech Magenta. HEX triplet: E7, 66 and CE. RGB value is (231,102,206). Sum of RGB (Red+Green+Blue) = 231+102+206=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 102 (40.23% from 255 or 18.92% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E766CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E766CE is #189931. Grayscale: #989898. Windows color (decimal): -1612082 or 13526759. OLE color: 13526759.

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

Color convert

RGB 231 102 206 -
CMYK 0 0.56 0.11 0.09
HSL 311.63º 0.73% 0.65% -
HSV(B) 311.63º 0.56% 0.91% -
XYZ 48.85 30.95 61.79 -
YUV 152.43 158.24 184.04 -
System Red Green Blue C M Y K H S L
Decimal 231 102 206 0 0.56 0.11 0.09 311.63 0.73 0.65
Hex E7 66 CE 0 38 B 9 138 49 41
Octal 347 146 316 0 70 13 11 470 111 101
Binary 11100111 1100110 11001110 0 111000 1011 1001 100111000 1001001 1000001

Color Harmonies of #E766CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E766CE

Black with #E766CE

Text Example


Text Example

White with #E766CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E766CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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