Html Css Color HEX #E67296 Pale Violet Red

📋 copy color: '#E67296'

red 230 ◦ green 114 ◦ blue 150

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

Shades of Pale Violet Red #E67296

Tints of Pale Violet Red #E67296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.08%

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

R = 46.56%
G = 23.08%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E67296 (or 0xE67296) is known color: Pale Violet Red. HEX triplet: E6, 72 and 96. RGB value is (230,114,150). Sum of RGB (Red+Green+Blue) = 230+114+150=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E67296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67296 is #198D69. Grayscale: #989898. Windows color (decimal): -1674602 or 9859814. OLE color: 9859814.

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

Color convert

RGB 230 114 150 -
CMYK 0 0.50 0.35 0.10
HSL 341.38º 0.7% 0.67% -
HSV(B) 341.38º 0.5% 0.9% -
XYZ 44.16 31.06 32.52 -
YUV 152.79 126.43 183.07 -
System Red Green Blue C M Y K H S L
Decimal 230 114 150 0 0.50 0.35 0.10 341.38 0.7 0.67
Hex E6 72 96 0 32 23 A 155 46 43
Octal 346 162 226 0 62 43 12 525 106 103
Binary 11100110 1110010 10010110 0 110010 100011 1010 101010101 1000110 1000011

Color Harmonies of #E67296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67296

Black with #E67296

Text Example


Text Example

White with #E67296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67296; }

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

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

background-color css

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

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

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

border-color css

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

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

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