Html Css Color HEX #EF65DF Free Speech Magenta

📋 copy color: '#EF65DF'

red 239 ◦ green 101 ◦ blue 223

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

Shades of Free Speech Magenta #EF65DF

Tints of Free Speech Magenta #EF65DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.61%

R = 42.45%
G = 17.94%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF65DF (or 0xEF65DF) is known color: Free Speech Magenta. HEX triplet: EF, 65 and DF. RGB value is (239,101,223). Sum of RGB (Red+Green+Blue) = 239+101+223=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 101 (39.84% from 255 or 17.94% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF65DF is #109A20. Grayscale: #9B9B9B. Windows color (decimal): -1088033 or 14640623. OLE color: 14640623.

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

Color convert

RGB 239 101 223 -
CMYK 0 0.58 0.07 0.06
HSL 306.96º 0.81% 0.67% -
HSV(B) 306.96º 0.58% 0.94% -
XYZ 53.57 32.99 73.36 -
YUV 156.17 165.72 187.08 -
System Red Green Blue C M Y K H S L
Decimal 239 101 223 0 0.58 0.07 0.06 306.96 0.81 0.67
Hex EF 65 DF 0 3A 7 6 133 51 43
Octal 357 145 337 0 72 7 6 463 121 103
Binary 11101111 1100101 11011111 0 111010 111 110 100110011 1010001 1000011

Color Harmonies of #EF65DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF65DF

Black with #EF65DF

Text Example


Text Example

White with #EF65DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF65DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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