Html Css Color HEX #EF58DB Free Speech Magenta

📋 copy color: '#EF58DB'

red 239 ◦ green 88 ◦ blue 219

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

Shades of Free Speech Magenta #EF58DB

Tints of Free Speech Magenta #EF58DB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.12%

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

R = 43.77%
G = 16.12%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF58DB (or 0xEF58DB) is known color: Free Speech Magenta. HEX triplet: EF, 58 and DB. RGB value is (239,88,219). Sum of RGB (Red+Green+Blue) = 239+88+219=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 88 (34.77% from 255 or 16.12% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF58DB is #10A724. Grayscale: #939393. Windows color (decimal): -1091365 or 14375151. OLE color: 14375151.

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

Color convert

RGB 239 88 219 -
CMYK 0 0.63 0.08 0.06
HSL 307.95º 0.83% 0.64% -
HSV(B) 307.95º 0.63% 0.94% -
XYZ 51.87 30.44 70.16 -
YUV 148.08 168.03 192.85 -
System Red Green Blue C M Y K H S L
Decimal 239 88 219 0 0.63 0.08 0.06 307.95 0.83 0.64
Hex EF 58 DB 0 3F 8 6 134 53 40
Octal 357 130 333 0 77 10 6 464 123 100
Binary 11101111 1011000 11011011 0 111111 1000 110 100110100 1010011 1000000

Color Harmonies of #EF58DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF58DB

Black with #EF58DB

Text Example


Text Example

White with #EF58DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF58DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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