Html Css Color HEX #E9027D Deep Pink

📋 copy color: '#E9027D'

red 233 ◦ green 2 ◦ blue 125

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

Shades of Deep Pink #E9027D

Tints of Deep Pink #E9027D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

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

R = 64.72%
G = 0.56%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E9027D (or 0xE9027D) is known color: Deep Pink. HEX triplet: E9, 02 and 7D. RGB value is (233,2,125). Sum of RGB (Red+Green+Blue) = 233+2+125=360 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.72% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 233 - color contains mainly: red. Hex color #E9027D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9027D is #16FD82. Grayscale: #545454. Windows color (decimal): -1506691 or 8192745. OLE color: 8192745.

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

Color convert

RGB 233 2 125 -
CMYK 0 0.99 0.46 0.09
HSL 328.05º 0.98% 0.46% -
HSV(B) 328.05º 0.99% 0.91% -
XYZ 37.33 18.85 21.07 -
YUV 85.09 150.53 233.5 -
System Red Green Blue C M Y K H S L
Decimal 233 2 125 0 0.99 0.46 0.09 328.05 0.98 0.46
Hex E9 2 7D 0 63 2E 9 148 62 2E
Octal 351 2 175 0 143 56 11 510 142 56
Binary 11101001 10 1111101 0 1100011 101110 1001 101001000 1100010 101110

Color Harmonies of #E9027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9027D

Black with #E9027D

Text Example


Text Example

White with #E9027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9027D; }

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

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

background-color css

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

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

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

border-color css

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

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

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