Html Css Color HEX #EF52DD Free Speech Magenta

📋 copy color: '#EF52DD'

red 239 ◦ green 82 ◦ blue 221

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

Shades of Free Speech Magenta #EF52DD

Tints of Free Speech Magenta #EF52DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 44.1%
G = 15.13%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF52DD (or 0xEF52DD) is known color: Free Speech Magenta. HEX triplet: EF, 52 and DD. RGB value is (239,82,221). Sum of RGB (Red+Green+Blue) = 239+82+221=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 82 (32.42% from 255 or 15.13% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF52DD is #10AD22. Grayscale: #909090. Windows color (decimal): -1092899 or 14504687. OLE color: 14504687.

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

Color convert

RGB 239 82 221 -
CMYK 0 0.66 0.08 0.06
HSL 306.88º 0.83% 0.63% -
HSV(B) 306.88º 0.66% 0.94% -
XYZ 51.67 29.61 71.4 -
YUV 144.79 171.01 195.2 -
System Red Green Blue C M Y K H S L
Decimal 239 82 221 0 0.66 0.08 0.06 306.88 0.83 0.63
Hex EF 52 DD 0 42 8 6 133 53 3F
Octal 357 122 335 0 102 10 6 463 123 77
Binary 11101111 1010010 11011101 0 1000010 1000 110 100110011 1010011 111111

Color Harmonies of #EF52DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52DD

Black with #EF52DD

Text Example


Text Example

White with #EF52DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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