Html Css Color HEX #E45FDB Free Speech Magenta

📋 copy color: '#E45FDB'

red 228 ◦ green 95 ◦ blue 219

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

Shades of Free Speech Magenta #E45FDB

Tints of Free Speech Magenta #E45FDB

RGB

 RED value IS 228 (89.45% from 255) = 42.07%

 GREEN value IS 95 (37.5% from 255) = 17.53%

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

R = 42.07%
G = 17.53%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E45FDB (or 0xE45FDB) is known color: Free Speech Magenta. HEX triplet: E4, 5F and DB. RGB value is (228,95,219). Sum of RGB (Red+Green+Blue) = 228+95+219=542 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.07% from 542); Green value is 95 (37.5% from 255 or 17.53% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 228 - color contains mainly: red. Hex color #E45FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45FDB is #1BA024. Grayscale: #949494. Windows color (decimal): -1810469 or 14376932. OLE color: 14376932.

HSL color Cylindrical-coordinate representation of color #E45FDB: hue angle of 304.06º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E45FDB is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 95 219 -
CMYK 0 0.58 0.04 0.11
HSL 304.06º 0.71% 0.63% -
HSV(B) 304.06º 0.58% 0.89% -
XYZ 48.87 29.79 70.19 -
YUV 148.9 167.56 184.42 -
System Red Green Blue C M Y K H S L
Decimal 228 95 219 0 0.58 0.04 0.11 304.06 0.71 0.63
Hex E4 5F DB 0 3A 4 B 130 47 3F
Octal 344 137 333 0 72 4 13 460 107 77
Binary 11100100 1011111 11011011 0 111010 100 1011 100110000 1000111 111111

Color Harmonies of #E45FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45FDB

Black with #E45FDB

Text Example


Text Example

White with #E45FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45FDB; }

 p { color: rgb(228,95,219); }

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

background-color css

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

 a { background-color: rgb(228,95,219); }

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

border-color css

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

 span { border-color: rgb(228,95,219); }

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