Html Css Color HEX #E9077D Deep Pink

📋 copy color: '#E9077D'

red 233 ◦ green 7 ◦ blue 125

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

Shades of Deep Pink #E9077D

Tints of Deep Pink #E9077D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.92%

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 63.84%
G = 1.92%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E9077D (or 0xE9077D) is known color: Deep Pink. HEX triplet: E9, 07 and 7D. RGB value is (233,7,125). Sum of RGB (Red+Green+Blue) = 233+7+125=365 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.84% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 233 - color contains mainly: red. Hex color #E9077D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9077D is #16F882. Grayscale: #575757. Windows color (decimal): -1505411 or 8194025. OLE color: 8194025.

HSL color Cylindrical-coordinate representation of color #E9077D: hue angle of 328.67º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E9077D is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 7 125 -
CMYK 0 0.97 0.46 0.09
HSL 328.67º 0.94% 0.47% -
HSV(B) 328.67º 0.97% 0.91% -
XYZ 37.38 18.96 21.09 -
YUV 88.03 148.87 231.41 -
System Red Green Blue C M Y K H S L
Decimal 233 7 125 0 0.97 0.46 0.09 328.67 0.94 0.47
Hex E9 7 7D 0 61 2E 9 149 5E 2F
Octal 351 7 175 0 141 56 11 511 136 57
Binary 11101001 111 1111101 0 1100001 101110 1001 101001001 1011110 101111

Color Harmonies of #E9077D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9077D

Black with #E9077D

Text Example


Text Example

White with #E9077D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9077D; }

 p { color: rgb(233,7,125); }

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

background-color css

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

 a { background-color: rgb(233,7,125); }

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

border-color css

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

 span { border-color: rgb(233,7,125); }

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