Html Css Color HEX #E06BA1 Pale Violet Red

📋 copy color: '#E06BA1'

red 224 ◦ green 107 ◦ blue 161

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

Shades of Pale Violet Red #E06BA1

Tints of Pale Violet Red #E06BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.72%

R = 45.53%
G = 21.75%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E06BA1 (or 0xE06BA1) is known color: Pale Violet Red. HEX triplet: E0, 6B and A1. RGB value is (224,107,161). Sum of RGB (Red+Green+Blue) = 224+107+161=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06BA1 is #1F945E. Grayscale: #949494. Windows color (decimal): -2069599 or 10578912. OLE color: 10578912.

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

Color convert

RGB 224 107 161 -
CMYK 0 0.52 0.28 0.12
HSL 332.31º 0.65% 0.65% -
HSV(B) 332.31º 0.52% 0.88% -
XYZ 42.43 28.94 37.07 -
YUV 148.14 135.26 182.11 -
System Red Green Blue C M Y K H S L
Decimal 224 107 161 0 0.52 0.28 0.12 332.31 0.65 0.65
Hex E0 6B A1 0 34 1C C 14C 41 41
Octal 340 153 241 0 64 34 14 514 101 101
Binary 11100000 1101011 10100001 0 110100 11100 1100 101001100 1000001 1000001

Color Harmonies of #E06BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06BA1

Black with #E06BA1

Text Example


Text Example

White with #E06BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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