Html Css Color HEX #E94B7E Dark Pink

📋 copy color: '#E94B7E'

red 233 ◦ green 75 ◦ blue 126

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

Shades of Dark Pink #E94B7E

Tints of Dark Pink #E94B7E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.28%

 BLUE value IS 126 (49.61% from 255) = 29.03%

R = 53.69%
G = 17.28%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E94B7E (or 0xE94B7E) is known color: Dark Pink. HEX triplet: E9, 4B and 7E. RGB value is (233,75,126). Sum of RGB (Red+Green+Blue) = 233+75+126=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94B7E is #16B481. Grayscale: #808080. Windows color (decimal): -1488002 or 8276969. OLE color: 8276969.

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

Color convert

RGB 233 75 126 -
CMYK 0 0.68 0.46 0.09
HSL 340.63º 0.78% 0.6% -
HSV(B) 340.63º 0.68% 0.91% -
XYZ 39.89 23.86 22.24 -
YUV 128.06 126.85 202.85 -
System Red Green Blue C M Y K H S L
Decimal 233 75 126 0 0.68 0.46 0.09 340.63 0.78 0.6
Hex E9 4B 7E 0 44 2E 9 155 4E 3C
Octal 351 113 176 0 104 56 11 525 116 74
Binary 11101001 1001011 1111110 0 1000100 101110 1001 101010101 1001110 111100

Color Harmonies of #E94B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94B7E

Black with #E94B7E

Text Example


Text Example

White with #E94B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94B7E; }

 p { color: rgb(233,75,126); }

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

background-color css

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

 a { background-color: rgb(233,75,126); }

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

border-color css

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

 span { border-color: rgb(233,75,126); }

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