#E769EA

Color #E769EA Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E769EA

Tints of Free Speech Magenta #E769EA

Color information

#E769EA (or 0xE769EA) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 69 and EA. RGB value is (231,105,234). Sum of RGB (Red+Green+Blue) = 231+105+234=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 105 (41.41% from 255 or 18.42% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #E769EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E769EA is #189615. Grayscale: #9C9C9C. Windows color (decimal): -1611286 or 15362535. OLE color: 15362535.

HSL color Cylindrical-coordinate representation of color #E769EA: hue angle of 298.6º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E769EA is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB231105234-
CMYK0.010.5500.08
HSL298.6º75.44%66.47%-
HSV(B)298.6º55.13%91.76%-
XYZ52.8633.0381.43-
YUV157.38171.24180.51-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.53%
GREEN value IS 105 (41.41% from 255) = 18.42%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=40.53%
G=18.42%
B=41.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2311052340.010.5500.08298.675.4466.47
HexE769EA1370812b4b42
Octal347151352167010453113102
Binary1110011111010011110101011101110100010010101110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E769EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E769EA; }

 p { color: rgb(231,105,234); }

 H1.HeaderClassName
 {
   color: #E769EA;
 }
 .AnyTagClassName
 {
   color: #E769EA;
 }
</style>
background-color css

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

 a { background-color: rgb(231,105,234); }

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

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

 span { border-color: rgb(231,105,234); }

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