Html Css Color HEX #EF6CDD Free Speech Magenta

📋 copy color: '#EF6CDD'

red 239 ◦ green 108 ◦ blue 221

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

Shades of Free Speech Magenta #EF6CDD

Tints of Free Speech Magenta #EF6CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.91%

R = 42.08%
G = 19.01%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF6CDD (or 0xEF6CDD) is known color: Free Speech Magenta. HEX triplet: EF, 6C and DD. RGB value is (239,108,221). Sum of RGB (Red+Green+Blue) = 239+108+221=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 108 (42.58% from 255 or 19.01% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6CDD is #109322. Grayscale: #9F9F9F. Windows color (decimal): -1086243 or 14511343. OLE color: 14511343.

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

Color convert

RGB 239 108 221 -
CMYK 0 0.55 0.08 0.06
HSL 308.24º 0.8% 0.68% -
HSV(B) 308.24º 0.55% 0.94% -
XYZ 54.01 34.3 72.18 -
YUV 160.05 162.4 184.31 -
System Red Green Blue C M Y K H S L
Decimal 239 108 221 0 0.55 0.08 0.06 308.24 0.8 0.68
Hex EF 6C DD 0 37 8 6 134 50 44
Octal 357 154 335 0 67 10 6 464 120 104
Binary 11101111 1101100 11011101 0 110111 1000 110 100110100 1010000 1000100

Color Harmonies of #EF6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6CDD

Black with #EF6CDD

Text Example


Text Example

White with #EF6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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