Html Css Color HEX #EF65D6 Free Speech Magenta

📋 copy color: '#EF65D6'

red 239 ◦ green 101 ◦ blue 214

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

Shades of Free Speech Magenta #EF65D6

Tints of Free Speech Magenta #EF65D6

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.23%

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

R = 43.14%
G = 18.23%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EF65D6 (or 0xEF65D6) is known color: Free Speech Magenta. HEX triplet: EF, 65 and D6. RGB value is (239,101,214). Sum of RGB (Red+Green+Blue) = 239+101+214=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 101 (39.84% from 255 or 18.23% from 554); Blue value is 214 (83.98% from 255 or 38.63% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF65D6 is #109A29. Grayscale: #9A9A9A. Windows color (decimal): -1088042 or 14050799. OLE color: 14050799.

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

Color convert

RGB 239 101 214 -
CMYK 0 0.58 0.10 0.06
HSL 310.87º 0.81% 0.67% -
HSV(B) 310.87º 0.58% 0.94% -
XYZ 52.39 32.51 67.13 -
YUV 155.14 161.22 187.81 -
System Red Green Blue C M Y K H S L
Decimal 239 101 214 0 0.58 0.10 0.06 310.87 0.81 0.67
Hex EF 65 D6 0 3A A 6 137 51 43
Octal 357 145 326 0 72 12 6 467 121 103
Binary 11101111 1100101 11010110 0 111010 1010 110 100110111 1010001 1000011

Color Harmonies of #EF65D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF65D6

Black with #EF65D6

Text Example


Text Example

White with #EF65D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF65D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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