Html Css Color HEX #E25385 Dark Pink

📋 copy color: '#E25385'

red 226 ◦ green 83 ◦ blue 133

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

Shades of Dark Pink #E25385

Tints of Dark Pink #E25385

RGB

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

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

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

R = 51.13%
G = 18.78%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E25385 (or 0xE25385) is known color: Dark Pink. HEX triplet: E2, 53 and 85. RGB value is (226,83,133). Sum of RGB (Red+Green+Blue) = 226+83+133=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E25385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25385 is #1DAC7A. Grayscale: #838383. Windows color (decimal): -1944699 or 8737762. OLE color: 8737762.

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

Color convert

RGB 226 83 133 -
CMYK 0 0.63 0.41 0.11
HSL 339.02º 0.71% 0.61% -
HSV(B) 339.02º 0.63% 0.89% -
XYZ 38.69 24.05 24.79 -
YUV 131.46 128.88 195.43 -
System Red Green Blue C M Y K H S L
Decimal 226 83 133 0 0.63 0.41 0.11 339.02 0.71 0.61
Hex E2 53 85 0 3F 29 B 153 47 3D
Octal 342 123 205 0 77 51 13 523 107 75
Binary 11100010 1010011 10000101 0 111111 101001 1011 101010011 1000111 111101

Color Harmonies of #E25385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25385

Black with #E25385

Text Example


Text Example

White with #E25385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25385; }

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

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

background-color css

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

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

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

border-color css

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

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

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