Html Css Color HEX #E25184 Dark Pink

📋 copy color: '#E25184'

red 226 ◦ green 81 ◦ blue 132

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

Shades of Dark Pink #E25184

Tints of Dark Pink #E25184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.07%

R = 51.48%
G = 18.45%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E25184 (or 0xE25184) is known color: Dark Pink. HEX triplet: E2, 51 and 84. RGB value is (226,81,132). Sum of RGB (Red+Green+Blue) = 226+81+132=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E25184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25184 is #1DAE7B. Grayscale: #828282. Windows color (decimal): -1945212 or 8671714. OLE color: 8671714.

HSL color Cylindrical-coordinate representation of color #E25184: hue angle of 338.9º 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 #E25184 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 81 132 -
CMYK 0 0.64 0.42 0.11
HSL 338.9º 0.71% 0.6% -
HSV(B) 338.9º 0.64% 0.89% -
XYZ 38.47 23.72 24.38 -
YUV 130.17 129.04 196.35 -
System Red Green Blue C M Y K H S L
Decimal 226 81 132 0 0.64 0.42 0.11 338.9 0.71 0.6
Hex E2 51 84 0 40 2A B 153 47 3C
Octal 342 121 204 0 100 52 13 523 107 74
Binary 11100010 1010001 10000100 0 1000000 101010 1011 101010011 1000111 111100

Color Harmonies of #E25184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25184

Black with #E25184

Text Example


Text Example

White with #E25184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25184; }

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

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

background-color css

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

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

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

border-color css

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

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

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