Html Css Color HEX #E25390 Dark Pink

📋 copy color: '#E25390'

red 226 ◦ green 83 ◦ blue 144

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

Shades of Dark Pink #E25390

Tints of Dark Pink #E25390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.79%

R = 49.89%
G = 18.32%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E25390 (or 0xE25390) is known color: Dark Pink. HEX triplet: E2, 53 and 90. RGB value is (226,83,144). Sum of RGB (Red+Green+Blue) = 226+83+144=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E25390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25390 is #1DAC6F. Grayscale: #848484. Windows color (decimal): -1944688 or 9458658. OLE color: 9458658.

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

Color convert

RGB 226 83 144 -
CMYK 0 0.63 0.36 0.11
HSL 334.41º 0.71% 0.61% -
HSV(B) 334.41º 0.63% 0.89% -
XYZ 39.49 24.37 29.01 -
YUV 132.71 134.38 194.54 -
System Red Green Blue C M Y K H S L
Decimal 226 83 144 0 0.63 0.36 0.11 334.41 0.71 0.61
Hex E2 53 90 0 3F 24 B 14E 47 3D
Octal 342 123 220 0 77 44 13 516 107 75
Binary 11100010 1010011 10010000 0 111111 100100 1011 101001110 1000111 111101

Color Harmonies of #E25390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25390

Black with #E25390

Text Example


Text Example

White with #E25390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25390; }

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

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

background-color css

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

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

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

border-color css

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

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

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