Html Css Color HEX #EF60D2 Free Speech Magenta

📋 copy color: '#EF60D2'

red 239 ◦ green 96 ◦ blue 210

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

Shades of Free Speech Magenta #EF60D2

Tints of Free Speech Magenta #EF60D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.53%

R = 43.85%
G = 17.61%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EF60D2 (or 0xEF60D2) is known color: Free Speech Magenta. HEX triplet: EF, 60 and D2. RGB value is (239,96,210). Sum of RGB (Red+Green+Blue) = 239+96+210=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 96 (37.89% from 255 or 17.61% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF60D2 is #109F2D. Grayscale: #979797. Windows color (decimal): -1089326 or 13787375. OLE color: 13787375.

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

Color convert

RGB 239 96 210 -
CMYK 0 0.60 0.12 0.06
HSL 312.17º 0.82% 0.66% -
HSV(B) 312.17º 0.6% 0.94% -
XYZ 51.41 31.37 64.32 -
YUV 151.75 160.88 190.23 -
System Red Green Blue C M Y K H S L
Decimal 239 96 210 0 0.60 0.12 0.06 312.17 0.82 0.66
Hex EF 60 D2 0 3C C 6 138 52 42
Octal 357 140 322 0 74 14 6 470 122 102
Binary 11101111 1100000 11010010 0 111100 1100 110 100111000 1010010 1000010

Color Harmonies of #EF60D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF60D2

Black with #EF60D2

Text Example


Text Example

White with #EF60D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF60D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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