Html Css Color HEX #E54CBD Free Speech Magenta

📋 copy color: '#E54CBD'

red 229 ◦ green 76 ◦ blue 189

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

Shades of Free Speech Magenta #E54CBD

Tints of Free Speech Magenta #E54CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.26%

R = 46.36%
G = 15.38%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E54CBD (or 0xE54CBD) is known color: Free Speech Magenta. HEX triplet: E5, 4C and BD. RGB value is (229,76,189). Sum of RGB (Red+Green+Blue) = 229+76+189=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 76 (30.08% from 255 or 15.38% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54CBD is #1AB342. Grayscale: #868686. Windows color (decimal): -1749827 or 12405989. OLE color: 12405989.

HSL color Cylindrical-coordinate representation of color #E54CBD: hue angle of 315.69º 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 #E54CBD is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 76 189 -
CMYK 0 0.67 0.17 0.10
HSL 315.69º 0.75% 0.6% -
HSV(B) 315.69º 0.67% 0.9% -
XYZ 44.08 25.5 50.74 -
YUV 134.63 158.69 195.31 -
System Red Green Blue C M Y K H S L
Decimal 229 76 189 0 0.67 0.17 0.10 315.69 0.75 0.6
Hex E5 4C BD 0 43 11 A 13C 4B 3C
Octal 345 114 275 0 103 21 12 474 113 74
Binary 11100101 1001100 10111101 0 1000011 10001 1010 100111100 1001011 111100

Color Harmonies of #E54CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54CBD

Black with #E54CBD

Text Example


Text Example

White with #E54CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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