Html Css Color HEX #E45FDD Free Speech Magenta

📋 copy color: '#E45FDD'

red 228 ◦ green 95 ◦ blue 221

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

Shades of Free Speech Magenta #E45FDD

Tints of Free Speech Magenta #E45FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.63%

R = 41.91%
G = 17.46%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E45FDD (or 0xE45FDD) is known color: Free Speech Magenta. HEX triplet: E4, 5F and DD. RGB value is (228,95,221). Sum of RGB (Red+Green+Blue) = 228+95+221=544 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.91% from 544); Green value is 95 (37.5% from 255 or 17.46% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 228 - color contains mainly: red. Hex color #E45FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45FDD is #1BA022. Grayscale: #949494. Windows color (decimal): -1810467 or 14508004. OLE color: 14508004.

HSL color Cylindrical-coordinate representation of color #E45FDD: hue angle of 303.16º 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 #E45FDD is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 95 221 -
CMYK 0 0.58 0.03 0.11
HSL 303.16º 0.71% 0.63% -
HSV(B) 303.16º 0.58% 0.89% -
XYZ 49.14 29.9 71.59 -
YUV 149.13 168.56 184.25 -
System Red Green Blue C M Y K H S L
Decimal 228 95 221 0 0.58 0.03 0.11 303.16 0.71 0.63
Hex E4 5F DD 0 3A 3 B 12F 47 3F
Octal 344 137 335 0 72 3 13 457 107 77
Binary 11100100 1011111 11011101 0 111010 11 1011 100101111 1000111 111111

Color Harmonies of #E45FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45FDD

Black with #E45FDD

Text Example


Text Example

White with #E45FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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