Html Css Color HEX #E69BA2 Wewak

📋 copy color: '#E69BA2'

red 230 ◦ green 155 ◦ blue 162

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

Shades of Wewak #E69BA2

Tints of Wewak #E69BA2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.34%

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

R = 42.05%
G = 28.34%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E69BA2 (or 0xE69BA2) is known color: Wewak. HEX triplet: E6, 9B and A2. RGB value is (230,155,162). Sum of RGB (Red+Green+Blue) = 230+155+162=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 162 (63.67% from 255 or 29.62% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69BA2 is #19645D. Grayscale: #B2B2B2. Windows color (decimal): -1664094 or 10656742. OLE color: 10656742.

HSL color Cylindrical-coordinate representation of color #E69BA2: hue angle of 354.4º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E69BA2 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 155 162 -
CMYK 0 0.33 0.30 0.10
HSL 354.4º 0.6% 0.75% -
HSV(B) 354.4º 0.33% 0.9% -
XYZ 50.88 42.87 39.78 -
YUV 178.22 118.85 164.93 -
System Red Green Blue C M Y K H S L
Decimal 230 155 162 0 0.33 0.30 0.10 354.4 0.6 0.75
Hex E6 9B A2 0 21 1E A 162 3C 4B
Octal 346 233 242 0 41 36 12 542 74 113
Binary 11100110 10011011 10100010 0 100001 11110 1010 101100010 111100 1001011

Color Harmonies of #E69BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69BA2

Black with #E69BA2

Text Example


Text Example

White with #E69BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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