Html Css Color HEX #EF6CDA Free Speech Magenta

📋 copy color: '#EF6CDA'

red 239 ◦ green 108 ◦ blue 218

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

Shades of Free Speech Magenta #EF6CDA

Tints of Free Speech Magenta #EF6CDA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.12%

 BLUE value IS 218 (85.55% from 255) = 38.58%

R = 42.3%
G = 19.12%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF6CDA (or 0xEF6CDA) is known color: Free Speech Magenta. HEX triplet: EF, 6C and DA. RGB value is (239,108,218). Sum of RGB (Red+Green+Blue) = 239+108+218=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 108 (42.58% from 255 or 19.12% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6CDA is #109325. Grayscale: #9F9F9F. Windows color (decimal): -1086246 or 14314735. OLE color: 14314735.

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

Color convert

RGB 239 108 218 -
CMYK 0 0.55 0.09 0.06
HSL 309.62º 0.8% 0.68% -
HSV(B) 309.62º 0.55% 0.94% -
XYZ 53.61 34.14 70.09 -
YUV 159.71 160.9 184.56 -
System Red Green Blue C M Y K H S L
Decimal 239 108 218 0 0.55 0.09 0.06 309.62 0.8 0.68
Hex EF 6C DA 0 37 9 6 136 50 44
Octal 357 154 332 0 67 11 6 466 120 104
Binary 11101111 1101100 11011010 0 110111 1001 110 100110110 1010000 1000100

Color Harmonies of #EF6CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6CDA

Black with #EF6CDA

Text Example


Text Example

White with #EF6CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6CDA; }

 p { color: rgb(239,108,218); }

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

background-color css

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

 a { background-color: rgb(239,108,218); }

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

border-color css

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

 span { border-color: rgb(239,108,218); }

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