#ef5bd3

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

Shades of Free Speech Magenta #EF5BD3

Tints of Free Speech Magenta #EF5BD3

Color information

#EF5BD3 (or 0xEF5BD3) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 5B and D3. RGB value is (239,91,211). Sum of RGB (Red+Green+Blue) = 239+91+211=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 91 (35.94% from 255 or 16.82% from 541); Blue value is 211 (82.81% from 255 or 39.00% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5BD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5BD3 is #10A42C. Grayscale: #949494. Windows color (decimal): -1090605 or 13851631. OLE color: 13851631.

HSL color Cylindrical-coordinate representation of color #EF5BD3: hue angle of 311.35º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5BD3 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB23991211-
CMYK00.620.120.06
HSL311.35º82.22%64.71%-
HSV(B)311.35º61.92%93.73%-
XYZ51.130.5464.83-
YUV148.93163.03192.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.18%
GREEN value IS 91 (35.94% from 255) = 16.82%
BLUE value IS 211 (82.81% from 255) = 39.00%
R=44.18%
G=16.82%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399121100.620.120.06311.3582.2264.71
HexEF5BD303EC61375241
Octal357133323076146467122101
Binary111011111011011110100110111110110011010011011110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef5bd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef5bd3; }

 p { color: rgb(239,91,211); }

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

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

 a { background-color: rgb(239,91,211); }

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

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

 span { border-color: rgb(239,91,211); }

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