#EB69CF

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

Shades of Free Speech Magenta #EB69CF

Tints of Free Speech Magenta #EB69CF

Color information

#EB69CF (or 0xEB69CF) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 69 and CF. RGB value is (235,105,207). Sum of RGB (Red+Green+Blue) = 235+105+207=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EB69CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB69CF is #149630. Grayscale: #9B9B9B. Windows color (decimal): -1349169 or 13593067. OLE color: 13593067.

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

Color convert

RGB235105207-
CMYK00.550.120.08
HSL312.92º76.47%66.67%-
HSV(B)312.92º55.32%92.16%-
XYZ50.5832.2762.59-
YUV155.5157.07184.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.96%
GREEN value IS 105 (41.41% from 255) = 19.20%
BLUE value IS 207 (81.25% from 255) = 37.84%
R=42.96%
G=19.20%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510520700.550.120.08312.9276.4766.67
HexEB69CF037C81394c43
Octal3531513170671410471114103
Binary1110101111010011100111101101111100100010011100110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB69CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB69CF; }

 p { color: rgb(235,105,207); }

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

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

 a { background-color: rgb(235,105,207); }

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

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

 span { border-color: rgb(235,105,207); }

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