Html Css Color HEX #EF5ACB Free Speech Magenta

📋 copy color: '#EF5ACB'

red 239 ◦ green 90 ◦ blue 203

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

Shades of Free Speech Magenta #EF5ACB

Tints of Free Speech Magenta #EF5ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.16%

R = 44.92%
G = 16.92%
B = 38.16%

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

#EF5ACB (or 0xEF5ACB) is known color: Free Speech Magenta. HEX triplet: EF, 5A and CB. RGB value is (239,90,203). Sum of RGB (Red+Green+Blue) = 239+90+203=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 90 (35.55% from 255 or 16.92% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5ACB is #10A534. Grayscale: #939393. Windows color (decimal): -1090869 or 13327087. OLE color: 13327087.

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

Color convert

RGB 239 90 203 -
CMYK 0 0.62 0.15 0.06
HSL 314.5º 0.82% 0.65% -
HSV(B) 314.5º 0.62% 0.94% -
XYZ 50.03 29.97 59.65 -
YUV 147.43 159.36 193.31 -
System Red Green Blue C M Y K H S L
Decimal 239 90 203 0 0.62 0.15 0.06 314.5 0.82 0.65
Hex EF 5A CB 0 3E F 6 13A 52 41
Octal 357 132 313 0 76 17 6 472 122 101
Binary 11101111 1011010 11001011 0 111110 1111 110 100111010 1010010 1000001

Color Harmonies of #EF5ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5ACB

Black with #EF5ACB

Text Example


Text Example

White with #EF5ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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