Html Css Color HEX #E16693 Pale Violet Red

📋 copy color: '#E16693'

red 225 ◦ green 102 ◦ blue 147

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

Shades of Pale Violet Red #E16693

Tints of Pale Violet Red #E16693

RGB

 RED value IS 225 (88.28% from 255) = 47.47%

 GREEN value IS 102 (40.23% from 255) = 21.52%

 BLUE value IS 147 (57.81% from 255) = 31.01%

R = 47.47%
G = 21.52%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E16693 (or 0xE16693) is known color: Pale Violet Red. HEX triplet: E1, 66 and 93. RGB value is (225,102,147). Sum of RGB (Red+Green+Blue) = 225+102+147=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E16693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16693 is #1E996C. Grayscale: #8F8F8F. Windows color (decimal): -2005357 or 9660129. OLE color: 9660129.

HSL color Cylindrical-coordinate representation of color #E16693: hue angle of 338.05º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E16693 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 102 147 -
CMYK 0 0.55 0.35 0.12
HSL 338.05º 0.67% 0.64% -
HSV(B) 338.05º 0.55% 0.88% -
XYZ 41.07 27.62 30.77 -
YUV 143.91 129.75 185.84 -
System Red Green Blue C M Y K H S L
Decimal 225 102 147 0 0.55 0.35 0.12 338.05 0.67 0.64
Hex E1 66 93 0 37 23 C 152 43 40
Octal 341 146 223 0 67 43 14 522 103 100
Binary 11100001 1100110 10010011 0 110111 100011 1100 101010010 1000011 1000000

Color Harmonies of #E16693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16693

Black with #E16693

Text Example


Text Example

White with #E16693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16693; }

 p { color: rgb(225,102,147); }

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

background-color css

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

 a { background-color: rgb(225,102,147); }

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

border-color css

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

 span { border-color: rgb(225,102,147); }

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