Html Css Color HEX #EF67D6 Free Speech Magenta

📋 copy color: '#EF67D6'

red 239 ◦ green 103 ◦ blue 214

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

Shades of Free Speech Magenta #EF67D6

Tints of Free Speech Magenta #EF67D6

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.53%

 BLUE value IS 214 (83.98% from 255) = 38.49%

R = 42.99%
G = 18.53%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EF67D6 (or 0xEF67D6) is known color: Free Speech Magenta. HEX triplet: EF, 67 and D6. RGB value is (239,103,214). Sum of RGB (Red+Green+Blue) = 239+103+214=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 103 (40.62% from 255 or 18.53% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF67D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF67D6 is #109829. Grayscale: #9C9C9C. Windows color (decimal): -1087530 or 14051311. OLE color: 14051311.

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

Color convert

RGB 239 103 214 -
CMYK 0 0.57 0.10 0.06
HSL 311.03º 0.81% 0.67% -
HSV(B) 311.03º 0.57% 0.94% -
XYZ 52.58 32.91 67.2 -
YUV 156.32 160.56 186.97 -
System Red Green Blue C M Y K H S L
Decimal 239 103 214 0 0.57 0.10 0.06 311.03 0.81 0.67
Hex EF 67 D6 0 39 A 6 137 51 43
Octal 357 147 326 0 71 12 6 467 121 103
Binary 11101111 1100111 11010110 0 111001 1010 110 100110111 1010001 1000011

Color Harmonies of #EF67D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF67D6

Black with #EF67D6

Text Example


Text Example

White with #EF67D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF67D6; }

 p { color: rgb(239,103,214); }

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

background-color css

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

 a { background-color: rgb(239,103,214); }

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

border-color css

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

 span { border-color: rgb(239,103,214); }

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