Html Css Color HEX #E95073 Dark Pink

📋 copy color: '#E95073'

red 233 ◦ green 80 ◦ blue 115

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

Shades of Dark Pink #E95073

Tints of Dark Pink #E95073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.87%

R = 54.44%
G = 18.69%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E95073 (or 0xE95073) is known color: Dark Pink. HEX triplet: E9, 50 and 73. RGB value is (233,80,115). Sum of RGB (Red+Green+Blue) = 233+80+115=428 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.44% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 233 - color contains mainly: red. Hex color #E95073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95073 is #16AF8C. Grayscale: #818181. Windows color (decimal): -1486733 or 7557353. OLE color: 7557353.

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

Color convert

RGB 233 80 115 -
CMYK 0 0.66 0.51 0.09
HSL 346.27º 0.78% 0.61% -
HSV(B) 346.27º 0.66% 0.91% -
XYZ 39.57 24.3 18.82 -
YUV 129.74 119.69 201.65 -
System Red Green Blue C M Y K H S L
Decimal 233 80 115 0 0.66 0.51 0.09 346.27 0.78 0.61
Hex E9 50 73 0 42 33 9 15A 4E 3D
Octal 351 120 163 0 102 63 11 532 116 75
Binary 11101001 1010000 1110011 0 1000010 110011 1001 101011010 1001110 111101

Color Harmonies of #E95073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95073

Black with #E95073

Text Example


Text Example

White with #E95073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95073; }

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

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

background-color css

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

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

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

border-color css

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

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

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