Html Css Color HEX #E54CDD Free Speech Magenta

📋 copy color: '#E54CDD'

red 229 ◦ green 76 ◦ blue 221

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

Shades of Free Speech Magenta #E54CDD

Tints of Free Speech Magenta #E54CDD

RGB

 RED value IS 229 (89.84% from 255) = 43.54%

 GREEN value IS 76 (30.08% from 255) = 14.45%

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

R = 43.54%
G = 14.45%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E54CDD (or 0xE54CDD) is known color: Free Speech Magenta. HEX triplet: E5, 4C and DD. RGB value is (229,76,221). Sum of RGB (Red+Green+Blue) = 229+76+221=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 76 (30.08% from 255 or 14.45% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54CDD is #1AB322. Grayscale: #898989. Windows color (decimal): -1749795 or 14503141. OLE color: 14503141.

HSL color Cylindrical-coordinate representation of color #E54CDD: hue angle of 303.14º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54CDD is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 76 221 -
CMYK 0 0.67 0.03 0.10
HSL 303.14º 0.75% 0.6% -
HSV(B) 303.14º 0.67% 0.9% -
XYZ 47.95 27.05 71.1 -
YUV 138.28 174.69 192.71 -
System Red Green Blue C M Y K H S L
Decimal 229 76 221 0 0.67 0.03 0.10 303.14 0.75 0.6
Hex E5 4C DD 0 43 3 A 12F 4B 3C
Octal 345 114 335 0 103 3 12 457 113 74
Binary 11100101 1001100 11011101 0 1000011 11 1010 100101111 1001011 111100

Color Harmonies of #E54CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54CDD

Black with #E54CDD

Text Example


Text Example

White with #E54CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54CDD; }

 p { color: rgb(229,76,221); }

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

background-color css

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

 a { background-color: rgb(229,76,221); }

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

border-color css

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

 span { border-color: rgb(229,76,221); }

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