Html Css Color HEX #E1468A Dark Pink

📋 copy color: '#E1468A'

red 225 ◦ green 70 ◦ blue 138

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

Shades of Dark Pink #E1468A

Tints of Dark Pink #E1468A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.17%

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

R = 51.96%
G = 16.17%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E1468A (or 0xE1468A) is known color: Dark Pink. HEX triplet: E1, 46 and 8A. RGB value is (225,70,138). Sum of RGB (Red+Green+Blue) = 225+70+138=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E1468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1468A is #1EB975. Grayscale: #7B7B7B. Windows color (decimal): -2013558 or 9062113. OLE color: 9062113.

HSL color Cylindrical-coordinate representation of color #E1468A: hue angle of 333.68º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E1468A is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 70 138 -
CMYK 0 0.69 0.39 0.12
HSL 333.68º 0.72% 0.58% -
HSV(B) 333.68º 0.69% 0.88% -
XYZ 37.83 22.22 26.34 -
YUV 124.1 135.85 199.97 -
System Red Green Blue C M Y K H S L
Decimal 225 70 138 0 0.69 0.39 0.12 333.68 0.72 0.58
Hex E1 46 8A 0 45 27 C 14E 48 3A
Octal 341 106 212 0 105 47 14 516 110 72
Binary 11100001 1000110 10001010 0 1000101 100111 1100 101001110 1001000 111010

Color Harmonies of #E1468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1468A

Black with #E1468A

Text Example


Text Example

White with #E1468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1468A; }

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

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

background-color css

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

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

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

border-color css

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

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

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