Html Css Color HEX #EF4ADE Free Speech Magenta

📋 copy color: '#EF4ADE'

red 239 ◦ green 74 ◦ blue 222

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

Shades of Free Speech Magenta #EF4ADE

Tints of Free Speech Magenta #EF4ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.5%

R = 44.67%
G = 13.83%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF4ADE (or 0xEF4ADE) is known color: Free Speech Magenta. HEX triplet: EF, 4A and DE. RGB value is (239,74,222). Sum of RGB (Red+Green+Blue) = 239+74+222=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 74 (29.30% from 255 or 13.83% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4ADE is #10B521. Grayscale: #8B8B8B. Windows color (decimal): -1094946 or 14568175. OLE color: 14568175.

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

Color convert

RGB 239 74 222 -
CMYK 0 0.69 0.07 0.06
HSL 306.18º 0.84% 0.61% -
HSV(B) 306.18º 0.69% 0.94% -
XYZ 51.23 28.52 71.91 -
YUV 140.21 174.16 198.47 -
System Red Green Blue C M Y K H S L
Decimal 239 74 222 0 0.69 0.07 0.06 306.18 0.84 0.61
Hex EF 4A DE 0 45 7 6 132 54 3D
Octal 357 112 336 0 105 7 6 462 124 75
Binary 11101111 1001010 11011110 0 1000101 111 110 100110010 1010100 111101

Color Harmonies of #EF4ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4ADE

Black with #EF4ADE

Text Example


Text Example

White with #EF4ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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