Html Css Color HEX #E25394 Dark Pink

📋 copy color: '#E25394'

red 226 ◦ green 83 ◦ blue 148

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

Shades of Dark Pink #E25394

Tints of Dark Pink #E25394

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.16%

 BLUE value IS 148 (58.2% from 255) = 32.39%

R = 49.45%
G = 18.16%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E25394 (or 0xE25394) is known color: Dark Pink. HEX triplet: E2, 53 and 94. RGB value is (226,83,148). Sum of RGB (Red+Green+Blue) = 226+83+148=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E25394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25394 is #1DAC6B. Grayscale: #858585. Windows color (decimal): -1944684 or 9720802. OLE color: 9720802.

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

Color convert

RGB 226 83 148 -
CMYK 0 0.63 0.35 0.11
HSL 332.73º 0.71% 0.61% -
HSV(B) 332.73º 0.63% 0.89% -
XYZ 39.8 24.49 30.65 -
YUV 133.17 136.38 194.21 -
System Red Green Blue C M Y K H S L
Decimal 226 83 148 0 0.63 0.35 0.11 332.73 0.71 0.61
Hex E2 53 94 0 3F 23 B 14D 47 3D
Octal 342 123 224 0 77 43 13 515 107 75
Binary 11100010 1010011 10010100 0 111111 100011 1011 101001101 1000111 111101

Color Harmonies of #E25394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25394

Black with #E25394

Text Example


Text Example

White with #E25394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25394; }

 p { color: rgb(226,83,148); }

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

background-color css

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

 a { background-color: rgb(226,83,148); }

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

border-color css

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

 span { border-color: rgb(226,83,148); }

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