Html Css Color HEX #EF53CE Free Speech Magenta

📋 copy color: '#EF53CE'

red 239 ◦ green 83 ◦ blue 206

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

Shades of Free Speech Magenta #EF53CE

Tints of Free Speech Magenta #EF53CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.02%

R = 45.27%
G = 15.72%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF53CE (or 0xEF53CE) is known color: Free Speech Magenta. HEX triplet: EF, 53 and CE. RGB value is (239,83,206). Sum of RGB (Red+Green+Blue) = 239+83+206=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 83 (32.81% from 255 or 15.72% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF53CE is #10AC31. Grayscale: #8F8F8F. Windows color (decimal): -1092658 or 13521903. OLE color: 13521903.

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

Color convert

RGB 239 83 206 -
CMYK 0 0.65 0.14 0.06
HSL 312.69º 0.83% 0.63% -
HSV(B) 312.69º 0.65% 0.94% -
XYZ 49.83 28.99 61.36 -
YUV 143.67 163.18 196 -
System Red Green Blue C M Y K H S L
Decimal 239 83 206 0 0.65 0.14 0.06 312.69 0.83 0.63
Hex EF 53 CE 0 41 E 6 139 53 3F
Octal 357 123 316 0 101 16 6 471 123 77
Binary 11101111 1010011 11001110 0 1000001 1110 110 100111001 1010011 111111

Color Harmonies of #EF53CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF53CE

Black with #EF53CE

Text Example


Text Example

White with #EF53CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF53CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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