Html Css Color HEX #E09CA0 Wewak

📋 copy color: '#E09CA0'

red 224 ◦ green 156 ◦ blue 160

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

Shades of Wewak #E09CA0

Tints of Wewak #E09CA0

RGB

 RED value IS 224 (87.89% from 255) = 41.48%

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

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

R = 41.48%
G = 28.89%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E09CA0 (or 0xE09CA0) is known color: Wewak. HEX triplet: E0, 9C and A0. RGB value is (224,156,160). Sum of RGB (Red+Green+Blue) = 224+156+160=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09CA0 is #1F635F. Grayscale: #B0B0B0. Windows color (decimal): -2057056 or 10525920. OLE color: 10525920.

HSL color Cylindrical-coordinate representation of color #E09CA0: hue angle of 356.47º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09CA0 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 156 160 -
CMYK 0 0.30 0.29 0.12
HSL 356.47º 0.52% 0.75% -
HSV(B) 356.47º 0.3% 0.88% -
XYZ 48.97 42.16 38.81 -
YUV 176.79 118.53 161.67 -
System Red Green Blue C M Y K H S L
Decimal 224 156 160 0 0.30 0.29 0.12 356.47 0.52 0.75
Hex E0 9C A0 0 1E 1D C 164 34 4B
Octal 340 234 240 0 36 35 14 544 64 113
Binary 11100000 10011100 10100000 0 11110 11101 1100 101100100 110100 1001011

Color Harmonies of #E09CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09CA0

Black with #E09CA0

Text Example


Text Example

White with #E09CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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