Html Css Color HEX #E94B83 Dark Pink

📋 copy color: '#E94B83'

red 233 ◦ green 75 ◦ blue 131

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

Shades of Dark Pink #E94B83

Tints of Dark Pink #E94B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.84%

R = 53.08%
G = 17.08%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E94B83 (or 0xE94B83) is known color: Dark Pink. HEX triplet: E9, 4B and 83. RGB value is (233,75,131). Sum of RGB (Red+Green+Blue) = 233+75+131=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94B83 is #16B47C. Grayscale: #808080. Windows color (decimal): -1487997 or 8604649. OLE color: 8604649.

HSL color Cylindrical-coordinate representation of color #E94B83: hue angle of 338.73º 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 #E94B83 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 75 131 -
CMYK 0 0.68 0.44 0.09
HSL 338.73º 0.78% 0.6% -
HSV(B) 338.73º 0.68% 0.91% -
XYZ 40.22 23.99 23.98 -
YUV 128.63 129.35 202.45 -
System Red Green Blue C M Y K H S L
Decimal 233 75 131 0 0.68 0.44 0.09 338.73 0.78 0.6
Hex E9 4B 83 0 44 2C 9 153 4E 3C
Octal 351 113 203 0 104 54 11 523 116 74
Binary 11101001 1001011 10000011 0 1000100 101100 1001 101010011 1001110 111100

Color Harmonies of #E94B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94B83

Black with #E94B83

Text Example


Text Example

White with #E94B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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