Html Css Color HEX #E54CDA Free Speech Magenta

📋 copy color: '#E54CDA'

red 229 ◦ green 76 ◦ blue 218

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

Shades of Free Speech Magenta #E54CDA

Tints of Free Speech Magenta #E54CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 43.79%
G = 14.53%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E54CDA (or 0xE54CDA) is known color: Free Speech Magenta. HEX triplet: E5, 4C and DA. RGB value is (229,76,218). Sum of RGB (Red+Green+Blue) = 229+76+218=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 76 (30.08% from 255 or 14.53% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54CDA is #1AB325. Grayscale: #898989. Windows color (decimal): -1749798 or 14306533. OLE color: 14306533.

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

Color convert

RGB 229 76 218 -
CMYK 0 0.67 0.05 0.10
HSL 304.31º 0.75% 0.6% -
HSV(B) 304.31º 0.67% 0.9% -
XYZ 47.55 26.89 69.01 -
YUV 137.94 173.19 192.95 -
System Red Green Blue C M Y K H S L
Decimal 229 76 218 0 0.67 0.05 0.10 304.31 0.75 0.6
Hex E5 4C DA 0 43 5 A 130 4B 3C
Octal 345 114 332 0 103 5 12 460 113 74
Binary 11100101 1001100 11011010 0 1000011 101 1010 100110000 1001011 111100

Color Harmonies of #E54CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54CDA

Black with #E54CDA

Text Example


Text Example

White with #E54CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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