Html Css Color HEX #EF52DB Free Speech Magenta

📋 copy color: '#EF52DB'

red 239 ◦ green 82 ◦ blue 219

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

Shades of Free Speech Magenta #EF52DB

Tints of Free Speech Magenta #EF52DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.56%

R = 44.26%
G = 15.19%
B = 40.56%

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

#EF52DB (or 0xEF52DB) is known color: Free Speech Magenta. HEX triplet: EF, 52 and DB. RGB value is (239,82,219). Sum of RGB (Red+Green+Blue) = 239+82+219=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 82 (32.42% from 255 or 15.19% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF52DB is #10AD24. Grayscale: #909090. Windows color (decimal): -1092901 or 14373615. OLE color: 14373615.

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

Color convert

RGB 239 82 219 -
CMYK 0 0.66 0.08 0.06
HSL 307.64º 0.83% 0.63% -
HSV(B) 307.64º 0.66% 0.94% -
XYZ 51.4 29.5 70 -
YUV 144.56 170.01 195.36 -
System Red Green Blue C M Y K H S L
Decimal 239 82 219 0 0.66 0.08 0.06 307.64 0.83 0.63
Hex EF 52 DB 0 42 8 6 134 53 3F
Octal 357 122 333 0 102 10 6 464 123 77
Binary 11101111 1010010 11011011 0 1000010 1000 110 100110100 1010011 111111

Color Harmonies of #EF52DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52DB

Black with #EF52DB

Text Example


Text Example

White with #EF52DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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