Html Css Color HEX #E95075 Dark Pink

📋 copy color: '#E95075'

red 233 ◦ green 80 ◦ blue 117

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

Shades of Dark Pink #E95075

Tints of Dark Pink #E95075

RGB

 RED value IS 233 (91.41% from 255) = 54.19%

 GREEN value IS 80 (31.64% from 255) = 18.6%

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

R = 54.19%
G = 18.6%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E95075 (or 0xE95075) is known color: Dark Pink. HEX triplet: E9, 50 and 75. RGB value is (233,80,117). Sum of RGB (Red+Green+Blue) = 233+80+117=430 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.19% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 233 - color contains mainly: red. Hex color #E95075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95075 is #16AF8A. Grayscale: #818181. Windows color (decimal): -1486731 or 7688425. OLE color: 7688425.

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

Color convert

RGB 233 80 117 -
CMYK 0 0.66 0.50 0.09
HSL 345.49º 0.78% 0.61% -
HSV(B) 345.49º 0.66% 0.91% -
XYZ 39.68 24.35 19.44 -
YUV 129.97 120.69 201.49 -
System Red Green Blue C M Y K H S L
Decimal 233 80 117 0 0.66 0.50 0.09 345.49 0.78 0.61
Hex E9 50 75 0 42 32 9 159 4E 3D
Octal 351 120 165 0 102 62 11 531 116 75
Binary 11101001 1010000 1110101 0 1000010 110010 1001 101011001 1001110 111101

Color Harmonies of #E95075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95075

Black with #E95075

Text Example


Text Example

White with #E95075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95075; }

 p { color: rgb(233,80,117); }

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

background-color css

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

 a { background-color: rgb(233,80,117); }

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

border-color css

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

 span { border-color: rgb(233,80,117); }

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