Html Css Color HEX #EF5ADB Free Speech Magenta

📋 copy color: '#EF5ADB'

red 239 ◦ green 90 ◦ blue 219

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

Shades of Free Speech Magenta #EF5ADB

Tints of Free Speech Magenta #EF5ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.96%

R = 43.61%
G = 16.42%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF5ADB (or 0xEF5ADB) is known color: Free Speech Magenta. HEX triplet: EF, 5A and DB. RGB value is (239,90,219). Sum of RGB (Red+Green+Blue) = 239+90+219=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 90 (35.55% from 255 or 16.42% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5ADB is #10A524. Grayscale: #949494. Windows color (decimal): -1090853 or 14375663. OLE color: 14375663.

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

Color convert

RGB 239 90 219 -
CMYK 0 0.62 0.08 0.06
HSL 308.05º 0.82% 0.65% -
HSV(B) 308.05º 0.62% 0.94% -
XYZ 52.04 30.78 70.22 -
YUV 149.26 167.36 192.01 -
System Red Green Blue C M Y K H S L
Decimal 239 90 219 0 0.62 0.08 0.06 308.05 0.82 0.65
Hex EF 5A DB 0 3E 8 6 134 52 41
Octal 357 132 333 0 76 10 6 464 122 101
Binary 11101111 1011010 11011011 0 111110 1000 110 100110100 1010010 1000001

Color Harmonies of #EF5ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5ADB

Black with #EF5ADB

Text Example


Text Example

White with #EF5ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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