Html Css Color HEX #E69CA2 Wewak

📋 copy color: '#E69CA2'

red 230 ◦ green 156 ◦ blue 162

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

Shades of Wewak #E69CA2

Tints of Wewak #E69CA2

RGB

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

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

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

R = 41.97%
G = 28.47%
B = 29.56%

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

#E69CA2 (or 0xE69CA2) is known color: Wewak. HEX triplet: E6, 9C and A2. RGB value is (230,156,162). Sum of RGB (Red+Green+Blue) = 230+156+162=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69CA2 is #19635D. Grayscale: #B2B2B2. Windows color (decimal): -1663838 or 10656998. OLE color: 10656998.

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

Color convert

RGB 230 156 162 -
CMYK 0 0.32 0.30 0.10
HSL 355.14º 0.6% 0.76% -
HSV(B) 355.14º 0.32% 0.9% -
XYZ 51.04 43.21 39.83 -
YUV 178.81 118.52 164.51 -
System Red Green Blue C M Y K H S L
Decimal 230 156 162 0 0.32 0.30 0.10 355.14 0.6 0.76
Hex E6 9C A2 0 20 1E A 163 3C 4C
Octal 346 234 242 0 40 36 12 543 74 114
Binary 11100110 10011100 10100010 0 100000 11110 1010 101100011 111100 1001100

Color Harmonies of #E69CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69CA2

Black with #E69CA2

Text Example


Text Example

White with #E69CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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