Html Css Color HEX #EF69D3 Free Speech Magenta

📋 copy color: '#EF69D3'

red 239 ◦ green 105 ◦ blue 211

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

Shades of Free Speech Magenta #EF69D3

Tints of Free Speech Magenta #EF69D3

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.92%

 BLUE value IS 211 (82.81% from 255) = 38.02%

R = 43.06%
G = 18.92%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EF69D3 (or 0xEF69D3) is known color: Free Speech Magenta. HEX triplet: EF, 69 and D3. RGB value is (239,105,211). Sum of RGB (Red+Green+Blue) = 239+105+211=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 105 (41.41% from 255 or 18.92% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF69D3 is #10962C. Grayscale: #9C9C9C. Windows color (decimal): -1087021 or 13855215. OLE color: 13855215.

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

Color convert

RGB 239 105 211 -
CMYK 0 0.56 0.12 0.06
HSL 312.54º 0.81% 0.67% -
HSV(B) 312.54º 0.56% 0.94% -
XYZ 52.41 33.16 65.27 -
YUV 157.15 158.39 186.38 -
System Red Green Blue C M Y K H S L
Decimal 239 105 211 0 0.56 0.12 0.06 312.54 0.81 0.67
Hex EF 69 D3 0 38 C 6 139 51 43
Octal 357 151 323 0 70 14 6 471 121 103
Binary 11101111 1101001 11010011 0 111000 1100 110 100111001 1010001 1000011

Color Harmonies of #EF69D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF69D3

Black with #EF69D3

Text Example


Text Example

White with #EF69D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF69D3; }

 p { color: rgb(239,105,211); }

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

background-color css

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

 a { background-color: rgb(239,105,211); }

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

border-color css

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

 span { border-color: rgb(239,105,211); }

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