Html Css Color HEX #EF4DCC Free Speech Magenta

📋 copy color: '#EF4DCC'

red 239 ◦ green 77 ◦ blue 204

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

Shades of Free Speech Magenta #EF4DCC

Tints of Free Speech Magenta #EF4DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.81%

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 45.96%
G = 14.81%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF4DCC (or 0xEF4DCC) is known color: Free Speech Magenta. HEX triplet: EF, 4D and CC. RGB value is (239,77,204). Sum of RGB (Red+Green+Blue) = 239+77+204=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 77 (30.47% from 255 or 14.81% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4DCC is #10B233. Grayscale: #8B8B8B. Windows color (decimal): -1094196 or 13389295. OLE color: 13389295.

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

Color convert

RGB 239 77 204 -
CMYK 0 0.68 0.15 0.06
HSL 312.96º 0.84% 0.62% -
HSV(B) 312.96º 0.68% 0.94% -
XYZ 49.15 28.02 59.94 -
YUV 139.92 164.17 198.67 -
System Red Green Blue C M Y K H S L
Decimal 239 77 204 0 0.68 0.15 0.06 312.96 0.84 0.62
Hex EF 4D CC 0 44 F 6 139 54 3E
Octal 357 115 314 0 104 17 6 471 124 76
Binary 11101111 1001101 11001100 0 1000100 1111 110 100111001 1010100 111110

Color Harmonies of #EF4DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4DCC

Black with #EF4DCC

Text Example


Text Example

White with #EF4DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4DCC; }

 p { color: rgb(239,77,204); }

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

background-color css

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

 a { background-color: rgb(239,77,204); }

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

border-color css

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

 span { border-color: rgb(239,77,204); }

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