Html Css Color HEX #E75288 Dark Pink

📋 copy color: '#E75288'

red 231 ◦ green 82 ◦ blue 136

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

Shades of Dark Pink #E75288

Tints of Dark Pink #E75288

RGB

 RED value IS 231 (90.63% from 255) = 51.45%

 GREEN value IS 82 (32.42% from 255) = 18.26%

 BLUE value IS 136 (53.52% from 255) = 30.29%

R = 51.45%
G = 18.26%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E75288 (or 0xE75288) is known color: Dark Pink. HEX triplet: E7, 52 and 88. RGB value is (231,82,136). Sum of RGB (Red+Green+Blue) = 231+82+136=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E75288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75288 is #18AD77. Grayscale: #848484. Windows color (decimal): -1617272 or 8934119. OLE color: 8934119.

HSL color Cylindrical-coordinate representation of color #E75288: hue angle of 338.26º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E75288 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 82 136 -
CMYK 0 0.65 0.41 0.09
HSL 338.26º 0.76% 0.61% -
HSV(B) 338.26º 0.65% 0.91% -
XYZ 40.42 24.8 25.95 -
YUV 132.71 129.86 198.11 -
System Red Green Blue C M Y K H S L
Decimal 231 82 136 0 0.65 0.41 0.09 338.26 0.76 0.61
Hex E7 52 88 0 41 29 9 152 4C 3D
Octal 347 122 210 0 101 51 11 522 114 75
Binary 11100111 1010010 10001000 0 1000001 101001 1001 101010010 1001100 111101

Color Harmonies of #E75288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75288

Black with #E75288

Text Example


Text Example

White with #E75288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75288; }

 p { color: rgb(231,82,136); }

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

background-color css

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

 a { background-color: rgb(231,82,136); }

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

border-color css

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

 span { border-color: rgb(231,82,136); }

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