Html Css Color HEX #E67096 Pale Violet Red

📋 copy color: '#E67096'

red 230 ◦ green 112 ◦ blue 150

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

Shades of Pale Violet Red #E67096

Tints of Pale Violet Red #E67096

RGB

 RED value IS 230 (90.23% from 255) = 46.75%

 GREEN value IS 112 (44.14% from 255) = 22.76%

 BLUE value IS 150 (58.98% from 255) = 30.49%

R = 46.75%
G = 22.76%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E67096 (or 0xE67096) is known color: Pale Violet Red. HEX triplet: E6, 70 and 96. RGB value is (230,112,150). Sum of RGB (Red+Green+Blue) = 230+112+150=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E67096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67096 is #198F69. Grayscale: #979797. Windows color (decimal): -1675114 or 9859302. OLE color: 9859302.

HSL color Cylindrical-coordinate representation of color #E67096: hue angle of 340.68º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E67096 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 112 150 -
CMYK 0 0.51 0.35 0.10
HSL 340.68º 0.7% 0.67% -
HSV(B) 340.68º 0.51% 0.9% -
XYZ 43.93 30.61 32.45 -
YUV 151.61 127.09 183.91 -
System Red Green Blue C M Y K H S L
Decimal 230 112 150 0 0.51 0.35 0.10 340.68 0.7 0.67
Hex E6 70 96 0 33 23 A 155 46 43
Octal 346 160 226 0 63 43 12 525 106 103
Binary 11100110 1110000 10010110 0 110011 100011 1010 101010101 1000110 1000011

Color Harmonies of #E67096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67096

Black with #E67096

Text Example


Text Example

White with #E67096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67096; }

 p { color: rgb(230,112,150); }

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

background-color css

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

 a { background-color: rgb(230,112,150); }

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

border-color css

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

 span { border-color: rgb(230,112,150); }

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