Html Css Color HEX #E67495 Pale Violet Red

📋 copy color: '#E67495'

red 230 ◦ green 116 ◦ blue 149

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

Shades of Pale Violet Red #E67495

Tints of Pale Violet Red #E67495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.43%

 BLUE value IS 149 (58.59% from 255) = 30.1%

R = 46.46%
G = 23.43%
B = 30.1%

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

#E67495 (or 0xE67495) is known color: Pale Violet Red. HEX triplet: E6, 74 and 95. RGB value is (230,116,149). Sum of RGB (Red+Green+Blue) = 230+116+149=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E67495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67495 is #198B6A. Grayscale: #999999. Windows color (decimal): -1674091 or 9794790. OLE color: 9794790.

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

Color convert

RGB 230 116 149 -
CMYK 0 0.50 0.35 0.10
HSL 342.63º 0.7% 0.68% -
HSV(B) 342.63º 0.5% 0.9% -
XYZ 44.3 31.48 32.18 -
YUV 153.85 125.27 182.32 -
System Red Green Blue C M Y K H S L
Decimal 230 116 149 0 0.50 0.35 0.10 342.63 0.7 0.68
Hex E6 74 95 0 32 23 A 157 46 44
Octal 346 164 225 0 62 43 12 527 106 104
Binary 11100110 1110100 10010101 0 110010 100011 1010 101010111 1000110 1000100

Color Harmonies of #E67495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67495

Black with #E67495

Text Example


Text Example

White with #E67495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67495; }

 p { color: rgb(230,116,149); }

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

background-color css

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

 a { background-color: rgb(230,116,149); }

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

border-color css

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

 span { border-color: rgb(230,116,149); }

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