Html Css Color HEX #EF5ACC Free Speech Magenta

📋 copy color: '#EF5ACC'

red 239 ◦ green 90 ◦ blue 204

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

Shades of Free Speech Magenta #EF5ACC

Tints of Free Speech Magenta #EF5ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.89%

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

R = 44.84%
G = 16.89%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF5ACC (or 0xEF5ACC) is known color: Free Speech Magenta. HEX triplet: EF, 5A and CC. RGB value is (239,90,204). Sum of RGB (Red+Green+Blue) = 239+90+204=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 90 (35.55% from 255 or 16.89% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5ACC is #10A533. Grayscale: #939393. Windows color (decimal): -1090868 or 13392623. OLE color: 13392623.

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

Color convert

RGB 239 90 204 -
CMYK 0 0.62 0.15 0.06
HSL 314.09º 0.82% 0.65% -
HSV(B) 314.09º 0.62% 0.94% -
XYZ 50.15 30.02 60.28 -
YUV 147.55 159.86 193.23 -
System Red Green Blue C M Y K H S L
Decimal 239 90 204 0 0.62 0.15 0.06 314.09 0.82 0.65
Hex EF 5A CC 0 3E F 6 13A 52 41
Octal 357 132 314 0 76 17 6 472 122 101
Binary 11101111 1011010 11001100 0 111110 1111 110 100111010 1010010 1000001

Color Harmonies of #EF5ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5ACC

Black with #EF5ACC

Text Example


Text Example

White with #EF5ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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