Html Css Color HEX #E69FA1 Wewak

📋 copy color: '#E69FA1'

red 230 ◦ green 159 ◦ blue 161

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

Shades of Wewak #E69FA1

Tints of Wewak #E69FA1

RGB

 RED value IS 230 (90.23% from 255) = 41.82%

 GREEN value IS 159 (62.5% from 255) = 28.91%

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

R = 41.82%
G = 28.91%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.3

 K value IS 0.10

RGB Variations

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

Color information

#E69FA1 (or 0xE69FA1) is known color: Wewak. HEX triplet: E6, 9F and A1. RGB value is (230,159,161). Sum of RGB (Red+Green+Blue) = 230+159+161=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 161 (63.28% from 255 or 29.27% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69FA1 is #19605E. Grayscale: #B4B4B4. Windows color (decimal): -1663071 or 10592230. OLE color: 10592230.

HSL color Cylindrical-coordinate representation of color #E69FA1: hue angle of 358.31º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69FA1 is Cyan = 0, Magento = 0.31, Yellow = 0.3 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 159 161 -
CMYK 0 0.31 0.3 0.10
HSL 358.31º 0.59% 0.76% -
HSV(B) 358.31º 0.31% 0.9% -
XYZ 51.46 44.19 39.54 -
YUV 180.46 117.02 163.34 -
System Red Green Blue C M Y K H S L
Decimal 230 159 161 0 0.31 0.3 0.10 358.31 0.59 0.76
Hex E6 9F A1 0 1F 1E A 166 3B 4C
Octal 346 237 241 0 37 36 12 546 73 114
Binary 11100110 10011111 10100001 0 11111 11110 1010 101100110 111011 1001100

Color Harmonies of #E69FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69FA1

Black with #E69FA1

Text Example


Text Example

White with #E69FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69FA1; }

 p { color: rgb(230,159,161); }

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

background-color css

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

 a { background-color: rgb(230,159,161); }

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

border-color css

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

 span { border-color: rgb(230,159,161); }

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