Html Css Color HEX #E96394 Pale Violet Red

📋 copy color: '#E96394'

red 233 ◦ green 99 ◦ blue 148

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

Shades of Pale Violet Red #E96394

Tints of Pale Violet Red #E96394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.63%

 BLUE value IS 148 (58.2% from 255) = 30.83%

R = 48.54%
G = 20.63%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E96394 (or 0xE96394) is known color: Pale Violet Red. HEX triplet: E9, 63 and 94. RGB value is (233,99,148). Sum of RGB (Red+Green+Blue) = 233+99+148=480 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.54% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 233 - color contains mainly: red. Hex color #E96394 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96394 is #169C6B. Grayscale: #909090. Windows color (decimal): -1481836 or 9724905. OLE color: 9724905.

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

Color convert

RGB 233 99 148 -
CMYK 0 0.58 0.36 0.09
HSL 338.06º 0.75% 0.65% -
HSV(B) 338.06º 0.58% 0.91% -
XYZ 43.41 28.39 31.21 -
YUV 144.65 129.89 191.02 -
System Red Green Blue C M Y K H S L
Decimal 233 99 148 0 0.58 0.36 0.09 338.06 0.75 0.65
Hex E9 63 94 0 3A 24 9 152 4B 41
Octal 351 143 224 0 72 44 11 522 113 101
Binary 11101001 1100011 10010100 0 111010 100100 1001 101010010 1001011 1000001

Color Harmonies of #E96394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96394

Black with #E96394

Text Example


Text Example

White with #E96394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96394; }

 p { color: rgb(233,99,148); }

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

background-color css

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

 a { background-color: rgb(233,99,148); }

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

border-color css

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

 span { border-color: rgb(233,99,148); }

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