Html Css Color HEX #E69CA0 Wewak

📋 copy color: '#E69CA0'

red 230 ◦ green 156 ◦ blue 160

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

Shades of Wewak #E69CA0

Tints of Wewak #E69CA0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.57%

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

R = 42.12%
G = 28.57%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E69CA0 (or 0xE69CA0) is known color: Wewak. HEX triplet: E6, 9C and A0. RGB value is (230,156,160). Sum of RGB (Red+Green+Blue) = 230+156+160=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69CA0 is #19635F. Grayscale: #B2B2B2. Windows color (decimal): -1663840 or 10525926. OLE color: 10525926.

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

Color convert

RGB 230 156 160 -
CMYK 0 0.32 0.30 0.10
HSL 356.76º 0.6% 0.76% -
HSV(B) 356.76º 0.32% 0.9% -
XYZ 50.87 43.14 38.9 -
YUV 178.58 117.52 164.67 -
System Red Green Blue C M Y K H S L
Decimal 230 156 160 0 0.32 0.30 0.10 356.76 0.6 0.76
Hex E6 9C A0 0 20 1E A 165 3C 4C
Octal 346 234 240 0 40 36 12 545 74 114
Binary 11100110 10011100 10100000 0 100000 11110 1010 101100101 111100 1001100

Color Harmonies of #E69CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69CA0

Black with #E69CA0

Text Example


Text Example

White with #E69CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69CA0; }

 p { color: rgb(230,156,160); }

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

background-color css

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

 a { background-color: rgb(230,156,160); }

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

border-color css

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

 span { border-color: rgb(230,156,160); }

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