Html Css Color HEX #EF68D0 Free Speech Magenta

📋 copy color: '#EF68D0'

red 239 ◦ green 104 ◦ blue 208

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

Shades of Free Speech Magenta #EF68D0

Tints of Free Speech Magenta #EF68D0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.87%

 BLUE value IS 208 (81.64% from 255) = 37.75%

R = 43.38%
G = 18.87%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF68D0 (or 0xEF68D0) is known color: Free Speech Magenta. HEX triplet: EF, 68 and D0. RGB value is (239,104,208). Sum of RGB (Red+Green+Blue) = 239+104+208=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 104 (41.02% from 255 or 18.87% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF68D0 is #10972F. Grayscale: #9B9B9B. Windows color (decimal): -1087280 or 13658351. OLE color: 13658351.

HSL color Cylindrical-coordinate representation of color #EF68D0: hue angle of 313.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF68D0 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 104 208 -
CMYK 0 0.56 0.13 0.06
HSL 313.78º 0.81% 0.67% -
HSV(B) 313.78º 0.56% 0.94% -
XYZ 51.93 32.81 63.27 -
YUV 156.22 157.23 187.04 -
System Red Green Blue C M Y K H S L
Decimal 239 104 208 0 0.56 0.13 0.06 313.78 0.81 0.67
Hex EF 68 D0 0 38 D 6 13A 51 43
Octal 357 150 320 0 70 15 6 472 121 103
Binary 11101111 1101000 11010000 0 111000 1101 110 100111010 1010001 1000011

Color Harmonies of #EF68D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF68D0

Black with #EF68D0

Text Example


Text Example

White with #EF68D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF68D0; }

 p { color: rgb(239,104,208); }

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

background-color css

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

 a { background-color: rgb(239,104,208); }

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

border-color css

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

 span { border-color: rgb(239,104,208); }

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