#EF53CB

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

Shades of Free Speech Magenta #EF53CB

Tints of Free Speech Magenta #EF53CB

Color information

#EF53CB (or 0xEF53CB) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 53 and CB. RGB value is (239,83,203). Sum of RGB (Red+Green+Blue) = 239+83+203=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 83 (32.81% from 255 or 15.81% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF53CB is #10AC34. Grayscale: #8F8F8F. Windows color (decimal): -1092661 or 13325295. OLE color: 13325295.

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

Color convert

RGB23983203-
CMYK00.650.150.06
HSL313.85º82.98%63.14%-
HSV(B)313.85º65.27%93.73%-
XYZ49.4728.8559.46-
YUV143.32161.68196.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.52%
GREEN value IS 83 (32.81% from 255) = 15.81%
BLUE value IS 203 (79.69% from 255) = 38.67%
R=45.52%
G=15.81%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398320300.650.150.06313.8582.9863.14
HexEF53CB041F613a533f
Octal357123313010117647212377
Binary111011111010011110010110100000111111101001110101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF53CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF53CB; }

 p { color: rgb(239,83,203); }

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

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

 a { background-color: rgb(239,83,203); }

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

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

 span { border-color: rgb(239,83,203); }

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