Html Css Color HEX #E766E5 Free Speech Magenta

📋 copy color: '#E766E5'

red 231 ◦ green 102 ◦ blue 229

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

Shades of Free Speech Magenta #E766E5

Tints of Free Speech Magenta #E766E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.75%

R = 41.1%
G = 18.15%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E766E5 (or 0xE766E5) is known color: Free Speech Magenta. HEX triplet: E7, 66 and E5. RGB value is (231,102,229). Sum of RGB (Red+Green+Blue) = 231+102+229=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 102 (40.23% from 255 or 18.15% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 231 - color contains mainly: red. Hex color #E766E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E766E5 is #18991A. Grayscale: #9A9A9A. Windows color (decimal): -1612059 or 15034087. OLE color: 15034087.

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

Color convert

RGB 231 102 229 -
CMYK 0 0.56 0.01 0.09
HSL 300.93º 0.73% 0.65% -
HSV(B) 300.93º 0.56% 0.91% -
XYZ 51.85 32.15 77.6 -
YUV 155.05 169.74 182.17 -
System Red Green Blue C M Y K H S L
Decimal 231 102 229 0 0.56 0.01 0.09 300.93 0.73 0.65
Hex E7 66 E5 0 38 1 9 12D 49 41
Octal 347 146 345 0 70 1 11 455 111 101
Binary 11100111 1100110 11100101 0 111000 1 1001 100101101 1001001 1000001

Color Harmonies of #E766E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E766E5

Black with #E766E5

Text Example


Text Example

White with #E766E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E766E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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