Html Css Color HEX #EF52C3 Free Speech Magenta

📋 copy color: '#EF52C3'

red 239 ◦ green 82 ◦ blue 195

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

Shades of Free Speech Magenta #EF52C3

Tints of Free Speech Magenta #EF52C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.79%

R = 46.32%
G = 15.89%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF52C3 (or 0xEF52C3) is known color: Free Speech Magenta. HEX triplet: EF, 52 and C3. RGB value is (239,82,195). Sum of RGB (Red+Green+Blue) = 239+82+195=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 82 (32.42% from 255 or 15.89% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF52C3 is #10AD3C. Grayscale: #8D8D8D. Windows color (decimal): -1092925 or 12800751. OLE color: 12800751.

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

Color convert

RGB 239 82 195 -
CMYK 0 0.66 0.18 0.06
HSL 316.82º 0.83% 0.63% -
HSV(B) 316.82º 0.66% 0.94% -
XYZ 48.46 28.33 54.54 -
YUV 141.83 158.01 197.31 -
System Red Green Blue C M Y K H S L
Decimal 239 82 195 0 0.66 0.18 0.06 316.82 0.83 0.63
Hex EF 52 C3 0 42 12 6 13D 53 3F
Octal 357 122 303 0 102 22 6 475 123 77
Binary 11101111 1010010 11000011 0 1000010 10010 110 100111101 1010011 111111

Color Harmonies of #EF52C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52C3

Black with #EF52C3

Text Example


Text Example

White with #EF52C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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