Html Css Color HEX #E06BA7 Pale Violet Red

📋 copy color: '#E06BA7'

red 224 ◦ green 107 ◦ blue 167

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

Shades of Pale Violet Red #E06BA7

Tints of Pale Violet Red #E06BA7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.49%

 BLUE value IS 167 (65.63% from 255) = 33.53%

R = 44.98%
G = 21.49%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E06BA7 (or 0xE06BA7) is known color: Pale Violet Red. HEX triplet: E0, 6B and A7. RGB value is (224,107,167). Sum of RGB (Red+Green+Blue) = 224+107+167=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 167 (65.62% from 255 or 33.53% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06BA7 is #1F9458. Grayscale: #949494. Windows color (decimal): -2069593 or 10972128. OLE color: 10972128.

HSL color Cylindrical-coordinate representation of color #E06BA7: hue angle of 329.23º 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 #E06BA7 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 107 167 -
CMYK 0 0.52 0.25 0.12
HSL 329.23º 0.65% 0.65% -
HSV(B) 329.23º 0.52% 0.88% -
XYZ 42.97 29.15 39.92 -
YUV 148.82 138.26 181.62 -
System Red Green Blue C M Y K H S L
Decimal 224 107 167 0 0.52 0.25 0.12 329.23 0.65 0.65
Hex E0 6B A7 0 34 19 C 149 41 41
Octal 340 153 247 0 64 31 14 511 101 101
Binary 11100000 1101011 10100111 0 110100 11001 1100 101001001 1000001 1000001

Color Harmonies of #E06BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06BA7

Black with #E06BA7

Text Example


Text Example

White with #E06BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06BA7; }

 p { color: rgb(224,107,167); }

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

background-color css

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

 a { background-color: rgb(224,107,167); }

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

border-color css

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

 span { border-color: rgb(224,107,167); }

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