Html Css Color HEX #E9417A Dark Pink

📋 copy color: '#E9417A'

red 233 ◦ green 65 ◦ blue 122

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

Shades of Dark Pink #E9417A

Tints of Dark Pink #E9417A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.48%

 BLUE value IS 122 (48.05% from 255) = 29.05%

R = 55.48%
G = 15.48%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E9417A (or 0xE9417A) is known color: Dark Pink. HEX triplet: E9, 41 and 7A. RGB value is (233,65,122). Sum of RGB (Red+Green+Blue) = 233+65+122=420 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.48% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 233 - color contains mainly: red. Hex color #E9417A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9417A is #16BE85. Grayscale: #797979. Windows color (decimal): -1490566 or 8012265. OLE color: 8012265.

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

Color convert

RGB 233 65 122 -
CMYK 0 0.72 0.48 0.09
HSL 339.64º 0.79% 0.58% -
HSV(B) 339.64º 0.72% 0.91% -
XYZ 39.01 22.51 20.7 -
YUV 121.73 128.16 207.37 -
System Red Green Blue C M Y K H S L
Decimal 233 65 122 0 0.72 0.48 0.09 339.64 0.79 0.58
Hex E9 41 7A 0 48 30 9 154 4F 3A
Octal 351 101 172 0 110 60 11 524 117 72
Binary 11101001 1000001 1111010 0 1001000 110000 1001 101010100 1001111 111010

Color Harmonies of #E9417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9417A

Black with #E9417A

Text Example


Text Example

White with #E9417A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9417A; }

 p { color: rgb(233,65,122); }

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

background-color css

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

 a { background-color: rgb(233,65,122); }

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

border-color css

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

 span { border-color: rgb(233,65,122); }

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