Html Css Color HEX #E75275 Dark Pink

📋 copy color: '#E75275'

red 231 ◦ green 82 ◦ blue 117

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

Shades of Dark Pink #E75275

Tints of Dark Pink #E75275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.21%

R = 53.72%
G = 19.07%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E75275 (or 0xE75275) is known color: Dark Pink. HEX triplet: E7, 52 and 75. RGB value is (231,82,117). Sum of RGB (Red+Green+Blue) = 231+82+117=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E75275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75275 is #18AD8A. Grayscale: #828282. Windows color (decimal): -1617291 or 7688935. OLE color: 7688935.

HSL color Cylindrical-coordinate representation of color #E75275: hue angle of 345.91º 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 #E75275 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 82 117 -
CMYK 0 0.65 0.49 0.09
HSL 345.91º 0.76% 0.61% -
HSV(B) 345.91º 0.65% 0.91% -
XYZ 39.18 24.31 19.46 -
YUV 130.54 120.36 199.65 -
System Red Green Blue C M Y K H S L
Decimal 231 82 117 0 0.65 0.49 0.09 345.91 0.76 0.61
Hex E7 52 75 0 41 31 9 15A 4C 3D
Octal 347 122 165 0 101 61 11 532 114 75
Binary 11100111 1010010 1110101 0 1000001 110001 1001 101011010 1001100 111101

Color Harmonies of #E75275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75275

Black with #E75275

Text Example


Text Example

White with #E75275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75275; }

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

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

background-color css

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

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

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

border-color css

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

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

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