Html Css Color HEX #E69FA2 Wewak

📋 copy color: '#E69FA2'

red 230 ◦ green 159 ◦ blue 162

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

Shades of Wewak #E69FA2

Tints of Wewak #E69FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.4%

R = 41.74%
G = 28.86%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E69FA2 (or 0xE69FA2) is known color: Wewak. HEX triplet: E6, 9F and A2. RGB value is (230,159,162). Sum of RGB (Red+Green+Blue) = 230+159+162=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 162 (63.67% from 255 or 29.40% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69FA2 is #19605D. Grayscale: #B4B4B4. Windows color (decimal): -1663070 or 10657766. OLE color: 10657766.

HSL color Cylindrical-coordinate representation of color #E69FA2: hue angle of 357.46º 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 #E69FA2 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 159 162 -
CMYK 0 0.31 0.30 0.10
HSL 357.46º 0.59% 0.76% -
HSV(B) 357.46º 0.31% 0.9% -
XYZ 51.55 44.23 40 -
YUV 180.57 117.52 163.26 -
System Red Green Blue C M Y K H S L
Decimal 230 159 162 0 0.31 0.30 0.10 357.46 0.59 0.76
Hex E6 9F A2 0 1F 1E A 165 3B 4C
Octal 346 237 242 0 37 36 12 545 73 114
Binary 11100110 10011111 10100010 0 11111 11110 1010 101100101 111011 1001100

Color Harmonies of #E69FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69FA2

Black with #E69FA2

Text Example


Text Example

White with #E69FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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