Html Css Color HEX #EF65D8 Free Speech Magenta

📋 copy color: '#EF65D8'

red 239 ◦ green 101 ◦ blue 216

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

Shades of Free Speech Magenta #EF65D8

Tints of Free Speech Magenta #EF65D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.85%

R = 42.99%
G = 18.17%
B = 38.85%

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

#EF65D8 (or 0xEF65D8) is known color: Free Speech Magenta. HEX triplet: EF, 65 and D8. RGB value is (239,101,216). Sum of RGB (Red+Green+Blue) = 239+101+216=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 101 (39.84% from 255 or 18.17% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF65D8 is #109A27. Grayscale: #9B9B9B. Windows color (decimal): -1088040 or 14181871. OLE color: 14181871.

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

Color convert

RGB 239 101 216 -
CMYK 0 0.58 0.10 0.06
HSL 310º 0.81% 0.67% -
HSV(B) 310º 0.58% 0.94% -
XYZ 52.64 32.62 68.49 -
YUV 155.37 162.22 187.65 -
System Red Green Blue C M Y K H S L
Decimal 239 101 216 0 0.58 0.10 0.06 310 0.81 0.67
Hex EF 65 D8 0 3A A 6 136 51 43
Octal 357 145 330 0 72 12 6 466 121 103
Binary 11101111 1100101 11011000 0 111010 1010 110 100110110 1010001 1000011

Color Harmonies of #EF65D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF65D8

Black with #EF65D8

Text Example


Text Example

White with #EF65D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF65D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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