Html Css Color HEX #E46BA0 Pale Violet Red

📋 copy color: '#E46BA0'

red 228 ◦ green 107 ◦ blue 160

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

Shades of Pale Violet Red #E46BA0

Tints of Pale Violet Red #E46BA0

RGB

 RED value IS 228 (89.45% from 255) = 46.06%

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

 BLUE value IS 160 (62.89% from 255) = 32.32%

R = 46.06%
G = 21.62%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E46BA0 (or 0xE46BA0) is known color: Pale Violet Red. HEX triplet: E4, 6B and A0. RGB value is (228,107,160). Sum of RGB (Red+Green+Blue) = 228+107+160=495 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.06% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 228 - color contains mainly: red. Hex color #E46BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46BA0 is #1B945F. Grayscale: #959595. Windows color (decimal): -1807456 or 10513380. OLE color: 10513380.

HSL color Cylindrical-coordinate representation of color #E46BA0: hue angle of 333.72º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E46BA0 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 107 160 -
CMYK 0 0.53 0.30 0.11
HSL 333.72º 0.69% 0.66% -
HSV(B) 333.72º 0.53% 0.89% -
XYZ 43.6 29.55 36.66 -
YUV 149.22 134.09 184.19 -
System Red Green Blue C M Y K H S L
Decimal 228 107 160 0 0.53 0.30 0.11 333.72 0.69 0.66
Hex E4 6B A0 0 35 1E B 14E 45 42
Octal 344 153 240 0 65 36 13 516 105 102
Binary 11100100 1101011 10100000 0 110101 11110 1011 101001110 1000101 1000010

Color Harmonies of #E46BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46BA0

Black with #E46BA0

Text Example


Text Example

White with #E46BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46BA0; }

 p { color: rgb(228,107,160); }

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

background-color css

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

 a { background-color: rgb(228,107,160); }

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

border-color css

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

 span { border-color: rgb(228,107,160); }

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