Html Css Color HEX #EF52C8 Free Speech Magenta

📋 copy color: '#EF52C8'

red 239 ◦ green 82 ◦ blue 200

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

Shades of Free Speech Magenta #EF52C8

Tints of Free Speech Magenta #EF52C8

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.74%

 BLUE value IS 200 (78.52% from 255) = 38.39%

R = 45.87%
G = 15.74%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EF52C8 (or 0xEF52C8) is known color: Free Speech Magenta. HEX triplet: EF, 52 and C8. RGB value is (239,82,200). Sum of RGB (Red+Green+Blue) = 239+82+200=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF52C8 is #10AD37. Grayscale: #8E8E8E. Windows color (decimal): -1092920 or 13128431. OLE color: 13128431.

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

Color convert

RGB 239 82 200 -
CMYK 0 0.66 0.16 0.06
HSL 314.9º 0.83% 0.63% -
HSV(B) 314.9º 0.66% 0.94% -
XYZ 49.04 28.56 57.57 -
YUV 142.4 160.51 196.91 -
System Red Green Blue C M Y K H S L
Decimal 239 82 200 0 0.66 0.16 0.06 314.9 0.83 0.63
Hex EF 52 C8 0 42 10 6 13B 53 3F
Octal 357 122 310 0 102 20 6 473 123 77
Binary 11101111 1010010 11001000 0 1000010 10000 110 100111011 1010011 111111

Color Harmonies of #EF52C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52C8

Black with #EF52C8

Text Example


Text Example

White with #EF52C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52C8; }

 p { color: rgb(239,82,200); }

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

background-color css

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

 a { background-color: rgb(239,82,200); }

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

border-color css

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

 span { border-color: rgb(239,82,200); }

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