Html Css Color HEX #EF4CCC Free Speech Magenta

📋 copy color: '#EF4CCC'

red 239 ◦ green 76 ◦ blue 204

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

Shades of Free Speech Magenta #EF4CCC

Tints of Free Speech Magenta #EF4CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.64%

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

R = 46.05%
G = 14.64%
B = 39.31%

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

#EF4CCC (or 0xEF4CCC) is known color: Free Speech Magenta. HEX triplet: EF, 4C and CC. RGB value is (239,76,204). Sum of RGB (Red+Green+Blue) = 239+76+204=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 76 (30.08% from 255 or 14.64% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4CCC is #10B333. Grayscale: #8A8A8A. Windows color (decimal): -1094452 or 13389039. OLE color: 13389039.

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

Color convert

RGB 239 76 204 -
CMYK 0 0.68 0.15 0.06
HSL 312.88º 0.84% 0.62% -
HSV(B) 312.88º 0.68% 0.94% -
XYZ 49.08 27.88 59.92 -
YUV 139.33 164.5 199.09 -
System Red Green Blue C M Y K H S L
Decimal 239 76 204 0 0.68 0.15 0.06 312.88 0.84 0.62
Hex EF 4C CC 0 44 F 6 139 54 3E
Octal 357 114 314 0 104 17 6 471 124 76
Binary 11101111 1001100 11001100 0 1000100 1111 110 100111001 1010100 111110

Color Harmonies of #EF4CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4CCC

Black with #EF4CCC

Text Example


Text Example

White with #EF4CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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