Html Css Color HEX #E25185 Dark Pink

📋 copy color: '#E25185'

red 226 ◦ green 81 ◦ blue 133

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

Shades of Dark Pink #E25185

Tints of Dark Pink #E25185

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.41%

 BLUE value IS 133 (52.34% from 255) = 30.23%

R = 51.36%
G = 18.41%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E25185 (or 0xE25185) is known color: Dark Pink. HEX triplet: E2, 51 and 85. RGB value is (226,81,133). Sum of RGB (Red+Green+Blue) = 226+81+133=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E25185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25185 is #1DAE7A. Grayscale: #828282. Windows color (decimal): -1945211 or 8737250. OLE color: 8737250.

HSL color Cylindrical-coordinate representation of color #E25185: hue angle of 338.48º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E25185 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 81 133 -
CMYK 0 0.64 0.41 0.11
HSL 338.48º 0.71% 0.6% -
HSV(B) 338.48º 0.64% 0.89% -
XYZ 38.54 23.75 24.74 -
YUV 130.28 129.54 196.27 -
System Red Green Blue C M Y K H S L
Decimal 226 81 133 0 0.64 0.41 0.11 338.48 0.71 0.6
Hex E2 51 85 0 40 29 B 152 47 3C
Octal 342 121 205 0 100 51 13 522 107 74
Binary 11100010 1010001 10000101 0 1000000 101001 1011 101010010 1000111 111100

Color Harmonies of #E25185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25185

Black with #E25185

Text Example


Text Example

White with #E25185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25185; }

 p { color: rgb(226,81,133); }

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

background-color css

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

 a { background-color: rgb(226,81,133); }

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

border-color css

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

 span { border-color: rgb(226,81,133); }

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