Html Css Color HEX #E75BDB Free Speech Magenta

📋 copy color: '#E75BDB'

red 231 ◦ green 91 ◦ blue 219

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

Shades of Free Speech Magenta #E75BDB

Tints of Free Speech Magenta #E75BDB

RGB

 RED value IS 231 (90.63% from 255) = 42.7%

 GREEN value IS 91 (35.94% from 255) = 16.82%

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

R = 42.7%
G = 16.82%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E75BDB (or 0xE75BDB) is known color: Free Speech Magenta. HEX triplet: E7, 5B and DB. RGB value is (231,91,219). Sum of RGB (Red+Green+Blue) = 231+91+219=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 91 (35.94% from 255 or 16.82% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E75BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75BDB is #18A424. Grayscale: #939393. Windows color (decimal): -1614885 or 14375911. OLE color: 14375911.

HSL color Cylindrical-coordinate representation of color #E75BDB: hue angle of 305.14º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E75BDB is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 91 219 -
CMYK 0 0.61 0.05 0.09
HSL 305.14º 0.74% 0.63% -
HSV(B) 305.14º 0.61% 0.91% -
XYZ 49.48 29.59 70.12 -
YUV 147.45 168.38 187.59 -
System Red Green Blue C M Y K H S L
Decimal 231 91 219 0 0.61 0.05 0.09 305.14 0.74 0.63
Hex E7 5B DB 0 3D 5 9 131 4A 3F
Octal 347 133 333 0 75 5 11 461 112 77
Binary 11100111 1011011 11011011 0 111101 101 1001 100110001 1001010 111111

Color Harmonies of #E75BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75BDB

Black with #E75BDB

Text Example


Text Example

White with #E75BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75BDB; }

 p { color: rgb(231,91,219); }

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

background-color css

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

 a { background-color: rgb(231,91,219); }

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

border-color css

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

 span { border-color: rgb(231,91,219); }

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