Html Css Color HEX #E06C9B Pale Violet Red

📋 copy color: '#E06C9B'

red 224 ◦ green 108 ◦ blue 155

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

Shades of Pale Violet Red #E06C9B

Tints of Pale Violet Red #E06C9B

RGB

 RED value IS 224 (87.89% from 255) = 46%

 GREEN value IS 108 (42.58% from 255) = 22.18%

 BLUE value IS 155 (60.94% from 255) = 31.83%

R = 46%
G = 22.18%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E06C9B (or 0xE06C9B) is known color: Pale Violet Red. HEX triplet: E0, 6C and 9B. RGB value is (224,108,155). Sum of RGB (Red+Green+Blue) = 224+108+155=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06C9B is #1F9364. Grayscale: #939393. Windows color (decimal): -2069349 or 10185952. OLE color: 10185952.

HSL color Cylindrical-coordinate representation of color #E06C9B: hue angle of 335.69º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06C9B is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 108 155 -
CMYK 0 0.52 0.31 0.12
HSL 335.69º 0.65% 0.65% -
HSV(B) 335.69º 0.52% 0.88% -
XYZ 42.02 28.94 34.38 -
YUV 148.04 131.93 182.18 -
System Red Green Blue C M Y K H S L
Decimal 224 108 155 0 0.52 0.31 0.12 335.69 0.65 0.65
Hex E0 6C 9B 0 34 1F C 150 41 41
Octal 340 154 233 0 64 37 14 520 101 101
Binary 11100000 1101100 10011011 0 110100 11111 1100 101010000 1000001 1000001

Color Harmonies of #E06C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06C9B

Black with #E06C9B

Text Example


Text Example

White with #E06C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06C9B; }

 p { color: rgb(224,108,155); }

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

background-color css

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

 a { background-color: rgb(224,108,155); }

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

border-color css

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

 span { border-color: rgb(224,108,155); }

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