Html Css Color HEX #EB5EDB Free Speech Magenta

📋 copy color: '#EB5EDB'

red 235 ◦ green 94 ◦ blue 219

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

Shades of Free Speech Magenta #EB5EDB

Tints of Free Speech Magenta #EB5EDB

RGB

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

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

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

R = 42.88%
G = 17.15%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB5EDB (or 0xEB5EDB) is known color: Free Speech Magenta. HEX triplet: EB, 5E and DB. RGB value is (235,94,219). Sum of RGB (Red+Green+Blue) = 235+94+219=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 94 (37.11% from 255 or 17.15% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5EDB is #14A124. Grayscale: #969696. Windows color (decimal): -1351973 or 14376683. OLE color: 14376683.

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

Color convert

RGB 235 94 219 -
CMYK 0 0.6 0.07 0.08
HSL 306.81º 0.78% 0.65% -
HSV(B) 306.81º 0.6% 0.92% -
XYZ 51.05 30.78 70.27 -
YUV 150.41 166.71 188.34 -
System Red Green Blue C M Y K H S L
Decimal 235 94 219 0 0.6 0.07 0.08 306.81 0.78 0.65
Hex EB 5E DB 0 3C 7 8 133 4E 41
Octal 353 136 333 0 74 7 10 463 116 101
Binary 11101011 1011110 11011011 0 111100 111 1000 100110011 1001110 1000001

Color Harmonies of #EB5EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5EDB

Black with #EB5EDB

Text Example


Text Example

White with #EB5EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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