Html Css Color HEX #EF52CC Free Speech Magenta

📋 copy color: '#EF52CC'

red 239 ◦ green 82 ◦ blue 204

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

Shades of Free Speech Magenta #EF52CC

Tints of Free Speech Magenta #EF52CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.86%

R = 45.52%
G = 15.62%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF52CC (or 0xEF52CC) is known color: Free Speech Magenta. HEX triplet: EF, 52 and CC. RGB value is (239,82,204). Sum of RGB (Red+Green+Blue) = 239+82+204=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 82 (32.42% from 255 or 15.62% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF52CC is #10AD33. Grayscale: #8E8E8E. Windows color (decimal): -1092916 or 13390575. OLE color: 13390575.

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

Color convert

RGB 239 82 204 -
CMYK 0 0.66 0.15 0.06
HSL 313.38º 0.83% 0.63% -
HSV(B) 313.38º 0.66% 0.94% -
XYZ 49.51 28.74 60.07 -
YUV 142.85 162.51 196.58 -
System Red Green Blue C M Y K H S L
Decimal 239 82 204 0 0.66 0.15 0.06 313.38 0.83 0.63
Hex EF 52 CC 0 42 F 6 139 53 3F
Octal 357 122 314 0 102 17 6 471 123 77
Binary 11101111 1010010 11001100 0 1000010 1111 110 100111001 1010011 111111

Color Harmonies of #EF52CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52CC

Black with #EF52CC

Text Example


Text Example

White with #EF52CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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