Html Css Color HEX #EF65D5 Free Speech Magenta

📋 copy color: '#EF65D5'

red 239 ◦ green 101 ◦ blue 213

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

Shades of Free Speech Magenta #EF65D5

Tints of Free Speech Magenta #EF65D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.52%

R = 43.22%
G = 18.26%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EF65D5 (or 0xEF65D5) is known color: Free Speech Magenta. HEX triplet: EF, 65 and D5. RGB value is (239,101,213). Sum of RGB (Red+Green+Blue) = 239+101+213=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 101 (39.84% from 255 or 18.26% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF65D5 is #109A2A. Grayscale: #9A9A9A. Windows color (decimal): -1088043 or 13985263. OLE color: 13985263.

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

Color convert

RGB 239 101 213 -
CMYK 0 0.58 0.11 0.06
HSL 311.3º 0.81% 0.67% -
HSV(B) 311.3º 0.58% 0.94% -
XYZ 52.26 32.46 66.46 -
YUV 155.03 160.72 187.89 -
System Red Green Blue C M Y K H S L
Decimal 239 101 213 0 0.58 0.11 0.06 311.3 0.81 0.67
Hex EF 65 D5 0 3A B 6 137 51 43
Octal 357 145 325 0 72 13 6 467 121 103
Binary 11101111 1100101 11010101 0 111010 1011 110 100110111 1010001 1000011

Color Harmonies of #EF65D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF65D5

Black with #EF65D5

Text Example


Text Example

White with #EF65D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF65D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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