Html Css Color HEX #EB4DDB Free Speech Magenta

📋 copy color: '#EB4DDB'

red 235 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Magenta #EB4DDB

Tints of Free Speech Magenta #EB4DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.5%

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

R = 44.26%
G = 14.5%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB4DDB (or 0xEB4DDB) is known color: Free Speech Magenta. HEX triplet: EB, 4D and DB. RGB value is (235,77,219). Sum of RGB (Red+Green+Blue) = 235+77+219=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 77 (30.47% from 255 or 14.50% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB4DDB is #14B224. Grayscale: #8C8C8C. Windows color (decimal): -1356325 or 14372331. OLE color: 14372331.

HSL color Cylindrical-coordinate representation of color #EB4DDB: hue angle of 306.08º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EB4DDB is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 77 219 -
CMYK 0 0.67 0.07 0.08
HSL 306.08º 0.8% 0.61% -
HSV(B) 306.08º 0.67% 0.92% -
XYZ 49.7 28.08 69.82 -
YUV 140.43 172.35 195.45 -
System Red Green Blue C M Y K H S L
Decimal 235 77 219 0 0.67 0.07 0.08 306.08 0.8 0.61
Hex EB 4D DB 0 43 7 8 132 50 3D
Octal 353 115 333 0 103 7 10 462 120 75
Binary 11101011 1001101 11011011 0 1000011 111 1000 100110010 1010000 111101

Color Harmonies of #EB4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4DDB

Black with #EB4DDB

Text Example


Text Example

White with #EB4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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