Html Css Color HEX #EF60D4 Free Speech Magenta

📋 copy color: '#EF60D4'

red 239 ◦ green 96 ◦ blue 212

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

Shades of Free Speech Magenta #EF60D4

Tints of Free Speech Magenta #EF60D4

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.55%

 BLUE value IS 212 (83.2% from 255) = 38.76%

R = 43.69%
G = 17.55%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EF60D4 (or 0xEF60D4) is known color: Free Speech Magenta. HEX triplet: EF, 60 and D4. RGB value is (239,96,212). Sum of RGB (Red+Green+Blue) = 239+96+212=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 96 (37.89% from 255 or 17.55% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF60D4 is #109F2B. Grayscale: #979797. Windows color (decimal): -1089324 or 13918447. OLE color: 13918447.

HSL color Cylindrical-coordinate representation of color #EF60D4: hue angle of 311.33º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF60D4 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 96 212 -
CMYK 0 0.60 0.11 0.06
HSL 311.33º 0.82% 0.66% -
HSV(B) 311.33º 0.6% 0.94% -
XYZ 51.66 31.47 65.64 -
YUV 151.98 161.88 190.07 -
System Red Green Blue C M Y K H S L
Decimal 239 96 212 0 0.60 0.11 0.06 311.33 0.82 0.66
Hex EF 60 D4 0 3C B 6 137 52 42
Octal 357 140 324 0 74 13 6 467 122 102
Binary 11101111 1100000 11010100 0 111100 1011 110 100110111 1010010 1000010

Color Harmonies of #EF60D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF60D4

Black with #EF60D4

Text Example


Text Example

White with #EF60D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF60D4; }

 p { color: rgb(239,96,212); }

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

background-color css

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

 a { background-color: rgb(239,96,212); }

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

border-color css

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

 span { border-color: rgb(239,96,212); }

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