Html Css Color HEX #E25A8B Dark Pink

📋 copy color: '#E25A8B'

red 226 ◦ green 90 ◦ blue 139

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

Shades of Dark Pink #E25A8B

Tints of Dark Pink #E25A8B

RGB

 RED value IS 226 (88.67% from 255) = 49.67%

 GREEN value IS 90 (35.55% from 255) = 19.78%

 BLUE value IS 139 (54.69% from 255) = 30.55%

R = 49.67%
G = 19.78%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E25A8B (or 0xE25A8B) is known color: Dark Pink. HEX triplet: E2, 5A and 8B. RGB value is (226,90,139). Sum of RGB (Red+Green+Blue) = 226+90+139=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25A8B is #1DA574. Grayscale: #888888. Windows color (decimal): -1942901 or 9132770. OLE color: 9132770.

HSL color Cylindrical-coordinate representation of color #E25A8B: hue angle of 338.38º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25A8B is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 90 139 -
CMYK 0 0.60 0.38 0.11
HSL 338.38º 0.7% 0.62% -
HSV(B) 338.38º 0.6% 0.89% -
XYZ 39.68 25.35 27.23 -
YUV 136.25 129.56 192.02 -
System Red Green Blue C M Y K H S L
Decimal 226 90 139 0 0.60 0.38 0.11 338.38 0.7 0.62
Hex E2 5A 8B 0 3C 26 B 152 46 3E
Octal 342 132 213 0 74 46 13 522 106 76
Binary 11100010 1011010 10001011 0 111100 100110 1011 101010010 1000110 111110

Color Harmonies of #E25A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25A8B

Black with #E25A8B

Text Example


Text Example

White with #E25A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25A8B; }

 p { color: rgb(226,90,139); }

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

background-color css

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

 a { background-color: rgb(226,90,139); }

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

border-color css

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

 span { border-color: rgb(226,90,139); }

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