Html Css Color HEX #EF5EDB Free Speech Magenta

📋 copy color: '#EF5EDB'

red 239 ◦ green 94 ◦ blue 219

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

Shades of Free Speech Magenta #EF5EDB

Tints of Free Speech Magenta #EF5EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.03%

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

R = 43.3%
G = 17.03%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF5EDB (or 0xEF5EDB) is known color: Free Speech Magenta. HEX triplet: EF, 5E and DB. RGB value is (239,94,219). Sum of RGB (Red+Green+Blue) = 239+94+219=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 94 (37.11% from 255 or 17.03% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5EDB is #10A124. Grayscale: #979797. Windows color (decimal): -1089829 or 14376687. OLE color: 14376687.

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

Color convert

RGB 239 94 219 -
CMYK 0 0.61 0.08 0.06
HSL 308.28º 0.82% 0.65% -
HSV(B) 308.28º 0.61% 0.94% -
XYZ 52.39 31.47 70.33 -
YUV 151.61 166.04 190.34 -
System Red Green Blue C M Y K H S L
Decimal 239 94 219 0 0.61 0.08 0.06 308.28 0.82 0.65
Hex EF 5E DB 0 3D 8 6 134 52 41
Octal 357 136 333 0 75 10 6 464 122 101
Binary 11101111 1011110 11011011 0 111101 1000 110 100110100 1010010 1000001

Color Harmonies of #EF5EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5EDB

Black with #EF5EDB

Text Example


Text Example

White with #EF5EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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