Html Css Color HEX #E155DA Free Speech Magenta

📋 copy color: '#E155DA'

red 225 ◦ green 85 ◦ blue 218

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

Shades of Free Speech Magenta #E155DA

Tints of Free Speech Magenta #E155DA

RGB

 RED value IS 225 (88.28% from 255) = 42.61%

 GREEN value IS 85 (33.59% from 255) = 16.1%

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

R = 42.61%
G = 16.1%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E155DA (or 0xE155DA) is known color: Free Speech Magenta. HEX triplet: E1, 55 and DA. RGB value is (225,85,218). Sum of RGB (Red+Green+Blue) = 225+85+218=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 85 (33.59% from 255 or 16.10% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E155DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E155DA is #1EAA25. Grayscale: #8D8D8D. Windows color (decimal): -2009638 or 14308833. OLE color: 14308833.

HSL color Cylindrical-coordinate representation of color #E155DA: hue angle of 303º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E155DA is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 85 218 -
CMYK 0 0.62 0.03 0.12
HSL 303º 0.7% 0.61% -
HSV(B) 303º 0.62% 0.88% -
XYZ 46.95 27.57 69.18 -
YUV 142.02 170.88 187.19 -
System Red Green Blue C M Y K H S L
Decimal 225 85 218 0 0.62 0.03 0.12 303 0.7 0.61
Hex E1 55 DA 0 3E 3 C 12F 46 3D
Octal 341 125 332 0 76 3 14 457 106 75
Binary 11100001 1010101 11011010 0 111110 11 1100 100101111 1000110 111101

Color Harmonies of #E155DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E155DA

Black with #E155DA

Text Example


Text Example

White with #E155DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E155DA; }

 p { color: rgb(225,85,218); }

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

background-color css

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

 a { background-color: rgb(225,85,218); }

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

border-color css

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

 span { border-color: rgb(225,85,218); }

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