Html Css Color HEX #E754DB Free Speech Magenta

📋 copy color: '#E754DB'

red 231 ◦ green 84 ◦ blue 219

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

Shades of Free Speech Magenta #E754DB

Tints of Free Speech Magenta #E754DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.73%

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

R = 43.26%
G = 15.73%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E754DB (or 0xE754DB) is known color: Free Speech Magenta. HEX triplet: E7, 54 and DB. RGB value is (231,84,219). Sum of RGB (Red+Green+Blue) = 231+84+219=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 84 (33.20% from 255 or 15.73% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E754DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E754DB is #18AB24. Grayscale: #8E8E8E. Windows color (decimal): -1616677 or 14374119. OLE color: 14374119.

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

Color convert

RGB 231 84 219 -
CMYK 0 0.64 0.05 0.09
HSL 304.9º 0.75% 0.62% -
HSV(B) 304.9º 0.64% 0.91% -
XYZ 48.91 28.44 69.93 -
YUV 143.34 170.7 190.52 -
System Red Green Blue C M Y K H S L
Decimal 231 84 219 0 0.64 0.05 0.09 304.9 0.75 0.62
Hex E7 54 DB 0 40 5 9 131 4B 3E
Octal 347 124 333 0 100 5 11 461 113 76
Binary 11100111 1010100 11011011 0 1000000 101 1001 100110001 1001011 111110

Color Harmonies of #E754DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E754DB

Black with #E754DB

Text Example


Text Example

White with #E754DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E754DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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