Html Css Color HEX #EB4EDB Free Speech Magenta

📋 copy color: '#EB4EDB'

red 235 ◦ green 78 ◦ blue 219

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

Shades of Free Speech Magenta #EB4EDB

Tints of Free Speech Magenta #EB4EDB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.66%

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

R = 44.17%
G = 14.66%
B = 41.17%

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

#EB4EDB (or 0xEB4EDB) is known color: Free Speech Magenta. HEX triplet: EB, 4E and DB. RGB value is (235,78,219). Sum of RGB (Red+Green+Blue) = 235+78+219=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 78 (30.86% from 255 or 14.66% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB4EDB is #14B124. Grayscale: #8C8C8C. Windows color (decimal): -1356069 or 14372587. OLE color: 14372587.

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

Color convert

RGB 235 78 219 -
CMYK 0 0.67 0.07 0.08
HSL 306.11º 0.8% 0.61% -
HSV(B) 306.11º 0.67% 0.92% -
XYZ 49.77 28.23 69.84 -
YUV 141.02 172.01 195.04 -
System Red Green Blue C M Y K H S L
Decimal 235 78 219 0 0.67 0.07 0.08 306.11 0.8 0.61
Hex EB 4E DB 0 43 7 8 132 50 3D
Octal 353 116 333 0 103 7 10 462 120 75
Binary 11101011 1001110 11011011 0 1000011 111 1000 100110010 1010000 111101

Color Harmonies of #EB4EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4EDB

Black with #EB4EDB

Text Example


Text Example

White with #EB4EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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