Html Css Color HEX #EB5FDB Free Speech Magenta

📋 copy color: '#EB5FDB'

red 235 ◦ green 95 ◦ blue 219

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

Shades of Free Speech Magenta #EB5FDB

Tints of Free Speech Magenta #EB5FDB

RGB

 RED value IS 235 (92.19% from 255) = 42.81%

 GREEN value IS 95 (37.5% from 255) = 17.3%

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

R = 42.81%
G = 17.3%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB5FDB (or 0xEB5FDB) is known color: Free Speech Magenta. HEX triplet: EB, 5F and DB. RGB value is (235,95,219). Sum of RGB (Red+Green+Blue) = 235+95+219=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 95 (37.5% from 255 or 17.30% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5FDB is #14A024. Grayscale: #969696. Windows color (decimal): -1351717 or 14376939. OLE color: 14376939.

HSL color Cylindrical-coordinate representation of color #EB5FDB: hue angle of 306.86º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB5FDB is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 95 219 -
CMYK 0 0.60 0.07 0.08
HSL 306.86º 0.78% 0.65% -
HSV(B) 306.86º 0.6% 0.92% -
XYZ 51.14 30.96 70.3 -
YUV 151 166.38 187.92 -
System Red Green Blue C M Y K H S L
Decimal 235 95 219 0 0.60 0.07 0.08 306.86 0.78 0.65
Hex EB 5F DB 0 3C 7 8 133 4E 41
Octal 353 137 333 0 74 7 10 463 116 101
Binary 11101011 1011111 11011011 0 111100 111 1000 100110011 1001110 1000001

Color Harmonies of #EB5FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5FDB

Black with #EB5FDB

Text Example


Text Example

White with #EB5FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5FDB; }

 p { color: rgb(235,95,219); }

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

background-color css

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

 a { background-color: rgb(235,95,219); }

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

border-color css

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

 span { border-color: rgb(235,95,219); }

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