Html Css Color HEX #E152DA Free Speech Magenta

📋 copy color: '#E152DA'

red 225 ◦ green 82 ◦ blue 218

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

Shades of Free Speech Magenta #E152DA

Tints of Free Speech Magenta #E152DA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.62%

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

R = 42.86%
G = 15.62%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E152DA (or 0xE152DA) is known color: Free Speech Magenta. HEX triplet: E1, 52 and DA. RGB value is (225,82,218). Sum of RGB (Red+Green+Blue) = 225+82+218=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 82 (32.42% from 255 or 15.62% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E152DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E152DA is #1EAD25. Grayscale: #8B8B8B. Windows color (decimal): -2010406 or 14308065. OLE color: 14308065.

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

Color convert

RGB 225 82 218 -
CMYK 0 0.64 0.03 0.12
HSL 302.94º 0.7% 0.6% -
HSV(B) 302.94º 0.64% 0.88% -
XYZ 46.72 27.1 69.1 -
YUV 140.26 171.88 188.44 -
System Red Green Blue C M Y K H S L
Decimal 225 82 218 0 0.64 0.03 0.12 302.94 0.7 0.6
Hex E1 52 DA 0 40 3 C 12F 46 3C
Octal 341 122 332 0 100 3 14 457 106 74
Binary 11100001 1010010 11011010 0 1000000 11 1100 100101111 1000110 111100

Color Harmonies of #E152DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E152DA

Black with #E152DA

Text Example


Text Example

White with #E152DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E152DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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