Html Css Color HEX #E755DB Free Speech Magenta

📋 copy color: '#E755DB'

red 231 ◦ green 85 ◦ blue 219

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

Shades of Free Speech Magenta #E755DB

Tints of Free Speech Magenta #E755DB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.89%

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

R = 43.18%
G = 15.89%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E755DB (or 0xE755DB) is known color: Free Speech Magenta. HEX triplet: E7, 55 and DB. RGB value is (231,85,219). Sum of RGB (Red+Green+Blue) = 231+85+219=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 85 (33.59% from 255 or 15.89% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E755DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E755DB is #18AA24. Grayscale: #8F8F8F. Windows color (decimal): -1616421 or 14374375. OLE color: 14374375.

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

Color convert

RGB 231 85 219 -
CMYK 0 0.63 0.05 0.09
HSL 304.93º 0.75% 0.62% -
HSV(B) 304.93º 0.63% 0.91% -
XYZ 48.99 28.6 69.96 -
YUV 143.93 170.37 190.1 -
System Red Green Blue C M Y K H S L
Decimal 231 85 219 0 0.63 0.05 0.09 304.93 0.75 0.62
Hex E7 55 DB 0 3F 5 9 131 4B 3E
Octal 347 125 333 0 77 5 11 461 113 76
Binary 11100111 1010101 11011011 0 111111 101 1001 100110001 1001011 111110

Color Harmonies of #E755DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E755DB

Black with #E755DB

Text Example


Text Example

White with #E755DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E755DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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