Html Css Color HEX #EF58DA Free Speech Magenta

📋 copy color: '#EF58DA'

red 239 ◦ green 88 ◦ blue 218

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

Shades of Free Speech Magenta #EF58DA

Tints of Free Speech Magenta #EF58DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40%

R = 43.85%
G = 16.15%
B = 40%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF58DA (or 0xEF58DA) is known color: Free Speech Magenta. HEX triplet: EF, 58 and DA. RGB value is (239,88,218). Sum of RGB (Red+Green+Blue) = 239+88+218=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 88 (34.77% from 255 or 16.15% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF58DA is #10A725. Grayscale: #939393. Windows color (decimal): -1091366 or 14309615. OLE color: 14309615.

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

Color convert

RGB 239 88 218 -
CMYK 0 0.63 0.09 0.06
HSL 308.34º 0.83% 0.64% -
HSV(B) 308.34º 0.63% 0.94% -
XYZ 51.74 30.39 69.47 -
YUV 147.97 167.53 192.93 -
System Red Green Blue C M Y K H S L
Decimal 239 88 218 0 0.63 0.09 0.06 308.34 0.83 0.64
Hex EF 58 DA 0 3F 9 6 134 53 40
Octal 357 130 332 0 77 11 6 464 123 100
Binary 11101111 1011000 11011010 0 111111 1001 110 100110100 1010011 1000000

Color Harmonies of #EF58DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF58DA

Black with #EF58DA

Text Example


Text Example

White with #EF58DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF58DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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