Html Css Color HEX #E1508A Dark Pink

📋 copy color: '#E1508A'

red 225 ◦ green 80 ◦ blue 138

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

Shades of Dark Pink #E1508A

Tints of Dark Pink #E1508A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.06%

 BLUE value IS 138 (54.3% from 255) = 31.15%

R = 50.79%
G = 18.06%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E1508A (or 0xE1508A) is known color: Dark Pink. HEX triplet: E1, 50 and 8A. RGB value is (225,80,138). Sum of RGB (Red+Green+Blue) = 225+80+138=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E1508A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1508A is #1EAF75. Grayscale: #818181. Windows color (decimal): -2010998 or 9064673. OLE color: 9064673.

HSL color Cylindrical-coordinate representation of color #E1508A: hue angle of 336º degrees, saturation: 0.71, 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 #E1508A is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 80 138 -
CMYK 0 0.64 0.39 0.12
HSL 336º 0.71% 0.6% -
HSV(B) 336º 0.64% 0.88% -
XYZ 38.51 23.58 26.57 -
YUV 129.97 132.54 195.78 -
System Red Green Blue C M Y K H S L
Decimal 225 80 138 0 0.64 0.39 0.12 336 0.71 0.6
Hex E1 50 8A 0 40 27 C 150 47 3C
Octal 341 120 212 0 100 47 14 520 107 74
Binary 11100001 1010000 10001010 0 1000000 100111 1100 101010000 1000111 111100

Color Harmonies of #E1508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1508A

Black with #E1508A

Text Example


Text Example

White with #E1508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1508A; }

 p { color: rgb(225,80,138); }

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

background-color css

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

 a { background-color: rgb(225,80,138); }

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

border-color css

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

 span { border-color: rgb(225,80,138); }

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