Html Css Color HEX #EF58C8 Free Speech Magenta

📋 copy color: '#EF58C8'

red 239 ◦ green 88 ◦ blue 200

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

Shades of Free Speech Magenta #EF58C8

Tints of Free Speech Magenta #EF58C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.95%

R = 45.35%
G = 16.7%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EF58C8 (or 0xEF58C8) is known color: Free Speech Magenta. HEX triplet: EF, 58 and C8. RGB value is (239,88,200). Sum of RGB (Red+Green+Blue) = 239+88+200=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 88 (34.77% from 255 or 16.70% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF58C8 is #10A737. Grayscale: #919191. Windows color (decimal): -1091384 or 13129967. OLE color: 13129967.

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

Color convert

RGB 239 88 200 -
CMYK 0 0.63 0.16 0.06
HSL 315.5º 0.83% 0.64% -
HSV(B) 315.5º 0.63% 0.94% -
XYZ 49.51 29.5 57.73 -
YUV 145.92 158.53 194.39 -
System Red Green Blue C M Y K H S L
Decimal 239 88 200 0 0.63 0.16 0.06 315.5 0.83 0.64
Hex EF 58 C8 0 3F 10 6 13B 53 40
Octal 357 130 310 0 77 20 6 473 123 100
Binary 11101111 1011000 11001000 0 111111 10000 110 100111011 1010011 1000000

Color Harmonies of #EF58C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF58C8

Black with #EF58C8

Text Example


Text Example

White with #EF58C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF58C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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