Html Css Color HEX #EF53D0 Free Speech Magenta

📋 copy color: '#EF53D0'

red 239 ◦ green 83 ◦ blue 208

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

Shades of Free Speech Magenta #EF53D0

Tints of Free Speech Magenta #EF53D0

RGB

 RED value IS 239 (93.75% from 255) = 45.09%

 GREEN value IS 83 (32.81% from 255) = 15.66%

 BLUE value IS 208 (81.64% from 255) = 39.25%

R = 45.09%
G = 15.66%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF53D0 (or 0xEF53D0) is known color: Free Speech Magenta. HEX triplet: EF, 53 and D0. RGB value is (239,83,208). Sum of RGB (Red+Green+Blue) = 239+83+208=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 83 (32.81% from 255 or 15.66% from 530); Blue value is 208 (81.64% from 255 or 39.25% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF53D0 is #10AC2F. Grayscale: #8F8F8F. Windows color (decimal): -1092656 or 13652975. OLE color: 13652975.

HSL color Cylindrical-coordinate representation of color #EF53D0: hue angle of 311.92º 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 #EF53D0 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 83 208 -
CMYK 0 0.65 0.13 0.06
HSL 311.92º 0.83% 0.63% -
HSV(B) 311.92º 0.65% 0.94% -
XYZ 50.08 29.09 62.65 -
YUV 143.89 164.18 195.84 -
System Red Green Blue C M Y K H S L
Decimal 239 83 208 0 0.65 0.13 0.06 311.92 0.83 0.63
Hex EF 53 D0 0 41 D 6 138 53 3F
Octal 357 123 320 0 101 15 6 470 123 77
Binary 11101111 1010011 11010000 0 1000001 1101 110 100111000 1010011 111111

Color Harmonies of #EF53D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF53D0

Black with #EF53D0

Text Example


Text Example

White with #EF53D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF53D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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