Html Css Color HEX #E9467D Dark Pink

📋 copy color: '#E9467D'

red 233 ◦ green 70 ◦ blue 125

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

Shades of Dark Pink #E9467D

Tints of Dark Pink #E9467D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.36%

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

R = 54.44%
G = 16.36%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E9467D (or 0xE9467D) is known color: Dark Pink. HEX triplet: E9, 46 and 7D. RGB value is (233,70,125). Sum of RGB (Red+Green+Blue) = 233+70+125=428 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.44% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 233 - color contains mainly: red. Hex color #E9467D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9467D is #16B982. Grayscale: #7C7C7C. Windows color (decimal): -1489283 or 8210153. OLE color: 8210153.

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

Color convert

RGB 233 70 125 -
CMYK 0 0.70 0.46 0.09
HSL 339.75º 0.79% 0.59% -
HSV(B) 339.75º 0.7% 0.91% -
XYZ 39.5 23.18 21.8 -
YUV 125.01 128 205.03 -
System Red Green Blue C M Y K H S L
Decimal 233 70 125 0 0.70 0.46 0.09 339.75 0.79 0.59
Hex E9 46 7D 0 46 2E 9 154 4F 3B
Octal 351 106 175 0 106 56 11 524 117 73
Binary 11101001 1000110 1111101 0 1000110 101110 1001 101010100 1001111 111011

Color Harmonies of #E9467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9467D

Black with #E9467D

Text Example


Text Example

White with #E9467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9467D; }

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

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

background-color css

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

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

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

border-color css

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

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

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