Html Css Color HEX #EF6BD3 Free Speech Magenta

📋 copy color: '#EF6BD3'

red 239 ◦ green 107 ◦ blue 211

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

Shades of Free Speech Magenta #EF6BD3

Tints of Free Speech Magenta #EF6BD3

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.21%

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

R = 42.91%
G = 19.21%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EF6BD3 (or 0xEF6BD3) is known color: Free Speech Magenta. HEX triplet: EF, 6B and D3. RGB value is (239,107,211). Sum of RGB (Red+Green+Blue) = 239+107+211=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 107 (42.19% from 255 or 19.21% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6BD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6BD3 is #10942C. Grayscale: #9E9E9E. Windows color (decimal): -1086509 or 13855727. OLE color: 13855727.

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

Color convert

RGB 239 107 211 -
CMYK 0 0.55 0.12 0.06
HSL 312.73º 0.8% 0.68% -
HSV(B) 312.73º 0.55% 0.94% -
XYZ 52.61 33.57 65.33 -
YUV 158.32 157.73 185.54 -
System Red Green Blue C M Y K H S L
Decimal 239 107 211 0 0.55 0.12 0.06 312.73 0.8 0.68
Hex EF 6B D3 0 37 C 6 139 50 44
Octal 357 153 323 0 67 14 6 471 120 104
Binary 11101111 1101011 11010011 0 110111 1100 110 100111001 1010000 1000100

Color Harmonies of #EF6BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6BD3

Black with #EF6BD3

Text Example


Text Example

White with #EF6BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6BD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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