Html Css Color HEX #EB4CDB Free Speech Magenta

📋 copy color: '#EB4CDB'

red 235 ◦ green 76 ◦ blue 219

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

Shades of Free Speech Magenta #EB4CDB

Tints of Free Speech Magenta #EB4CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.34%

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

R = 44.34%
G = 14.34%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB4CDB (or 0xEB4CDB) is known color: Free Speech Magenta. HEX triplet: EB, 4C and DB. RGB value is (235,76,219). Sum of RGB (Red+Green+Blue) = 235+76+219=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 76 (30.08% from 255 or 14.34% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB4CDB is #14B324. Grayscale: #8B8B8B. Windows color (decimal): -1356581 or 14372075. OLE color: 14372075.

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

Color convert

RGB 235 76 219 -
CMYK 0 0.68 0.07 0.08
HSL 306.04º 0.8% 0.61% -
HSV(B) 306.04º 0.68% 0.92% -
XYZ 49.63 27.95 69.8 -
YUV 139.84 172.68 195.87 -
System Red Green Blue C M Y K H S L
Decimal 235 76 219 0 0.68 0.07 0.08 306.04 0.8 0.61
Hex EB 4C DB 0 44 7 8 132 50 3D
Octal 353 114 333 0 104 7 10 462 120 75
Binary 11101011 1001100 11011011 0 1000100 111 1000 100110010 1010000 111101

Color Harmonies of #EB4CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4CDB

Black with #EB4CDB

Text Example


Text Example

White with #EB4CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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