Html Css Color HEX #EF4ACE Free Speech Magenta

📋 copy color: '#EF4ACE'

red 239 ◦ green 74 ◦ blue 206

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

Shades of Free Speech Magenta #EF4ACE

Tints of Free Speech Magenta #EF4ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.26%

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 46.05%
G = 14.26%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF4ACE (or 0xEF4ACE) is known color: Free Speech Magenta. HEX triplet: EF, 4A and CE. RGB value is (239,74,206). Sum of RGB (Red+Green+Blue) = 239+74+206=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 74 (29.30% from 255 or 14.26% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4ACE is #10B531. Grayscale: #8A8A8A. Windows color (decimal): -1094962 or 13519599. OLE color: 13519599.

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

Color convert

RGB 239 74 206 -
CMYK 0 0.69 0.14 0.06
HSL 312º 0.84% 0.61% -
HSV(B) 312º 0.69% 0.94% -
XYZ 49.19 27.7 61.15 -
YUV 138.38 166.16 199.77 -
System Red Green Blue C M Y K H S L
Decimal 239 74 206 0 0.69 0.14 0.06 312 0.84 0.61
Hex EF 4A CE 0 45 E 6 138 54 3D
Octal 357 112 316 0 105 16 6 470 124 75
Binary 11101111 1001010 11001110 0 1000101 1110 110 100111000 1010100 111101

Color Harmonies of #EF4ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4ACE

Black with #EF4ACE

Text Example


Text Example

White with #EF4ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4ACE; }

 p { color: rgb(239,74,206); }

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

background-color css

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

 a { background-color: rgb(239,74,206); }

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

border-color css

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

 span { border-color: rgb(239,74,206); }

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