Html Css Color HEX #EF65D9 Free Speech Magenta

📋 copy color: '#EF65D9'

red 239 ◦ green 101 ◦ blue 217

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

Shades of Free Speech Magenta #EF65D9

Tints of Free Speech Magenta #EF65D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.96%

R = 42.91%
G = 18.13%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF65D9 (or 0xEF65D9) is known color: Free Speech Magenta. HEX triplet: EF, 65 and D9. RGB value is (239,101,217). Sum of RGB (Red+Green+Blue) = 239+101+217=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 101 (39.84% from 255 or 18.13% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF65D9 is #109A26. Grayscale: #9B9B9B. Windows color (decimal): -1088039 or 14247407. OLE color: 14247407.

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

Color convert

RGB 239 101 217 -
CMYK 0 0.58 0.09 0.06
HSL 309.57º 0.81% 0.67% -
HSV(B) 309.57º 0.58% 0.94% -
XYZ 52.77 32.67 69.17 -
YUV 155.49 162.72 187.57 -
System Red Green Blue C M Y K H S L
Decimal 239 101 217 0 0.58 0.09 0.06 309.57 0.81 0.67
Hex EF 65 D9 0 3A 9 6 136 51 43
Octal 357 145 331 0 72 11 6 466 121 103
Binary 11101111 1100101 11011001 0 111010 1001 110 100110110 1010001 1000011

Color Harmonies of #EF65D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF65D9

Black with #EF65D9

Text Example


Text Example

White with #EF65D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF65D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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