Html Css Color HEX #E538DD Free Speech Magenta

📋 copy color: '#E538DD'

red 229 ◦ green 56 ◦ blue 221

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

Shades of Free Speech Magenta #E538DD

Tints of Free Speech Magenta #E538DD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.07%

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

R = 45.26%
G = 11.07%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E538DD (or 0xE538DD) is known color: Free Speech Magenta. HEX triplet: E5, 38 and DD. RGB value is (229,56,221). Sum of RGB (Red+Green+Blue) = 229+56+221=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 56 (22.27% from 255 or 11.07% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E538DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E538DD is #1AC722. Grayscale: #7E7E7E. Windows color (decimal): -1754915 or 14498021. OLE color: 14498021.

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

Color convert

RGB 229 56 221 -
CMYK 0 0.76 0.03 0.10
HSL 302.77º 0.77% 0.56% -
HSV(B) 302.77º 0.76% 0.9% -
XYZ 46.78 24.71 70.71 -
YUV 126.54 181.31 201.08 -
System Red Green Blue C M Y K H S L
Decimal 229 56 221 0 0.76 0.03 0.10 302.77 0.77 0.56
Hex E5 38 DD 0 4C 3 A 12F 4D 38
Octal 345 70 335 0 114 3 12 457 115 70
Binary 11100101 111000 11011101 0 1001100 11 1010 100101111 1001101 111000

Color Harmonies of #E538DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E538DD

Black with #E538DD

Text Example


Text Example

White with #E538DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E538DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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