Html Css Color HEX #E9427C Dark Pink

📋 copy color: '#E9427C'

red 233 ◦ green 66 ◦ blue 124

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

Shades of Dark Pink #E9427C

Tints of Dark Pink #E9427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.6%

 BLUE value IS 124 (48.83% from 255) = 29.31%

R = 55.08%
G = 15.6%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E9427C (or 0xE9427C) is known color: Dark Pink. HEX triplet: E9, 42 and 7C. RGB value is (233,66,124). Sum of RGB (Red+Green+Blue) = 233+66+124=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E9427C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9427C is #16BD83. Grayscale: #7A7A7A. Windows color (decimal): -1490308 or 8143593. OLE color: 8143593.

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

Color convert

RGB 233 66 124 -
CMYK 0 0.72 0.47 0.09
HSL 339.16º 0.79% 0.59% -
HSV(B) 339.16º 0.72% 0.91% -
XYZ 39.19 22.68 21.38 -
YUV 122.55 128.83 206.78 -
System Red Green Blue C M Y K H S L
Decimal 233 66 124 0 0.72 0.47 0.09 339.16 0.79 0.59
Hex E9 42 7C 0 48 2F 9 153 4F 3B
Octal 351 102 174 0 110 57 11 523 117 73
Binary 11101001 1000010 1111100 0 1001000 101111 1001 101010011 1001111 111011

Color Harmonies of #E9427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9427C

Black with #E9427C

Text Example


Text Example

White with #E9427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9427C; }

 p { color: rgb(233,66,124); }

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

background-color css

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

 a { background-color: rgb(233,66,124); }

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

border-color css

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

 span { border-color: rgb(233,66,124); }

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