Html Css Color HEX #EC9CA5 Wewak

📋 copy color: '#EC9CA5'

red 236 ◦ green 156 ◦ blue 165

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

Shades of Wewak #EC9CA5

Tints of Wewak #EC9CA5

RGB

 RED value IS 236 (92.58% from 255) = 42.37%

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

 BLUE value IS 165 (64.84% from 255) = 29.62%

R = 42.37%
G = 28.01%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC9CA5 (or 0xEC9CA5) is known color: Wewak. HEX triplet: EC, 9C and A5. RGB value is (236,156,165). Sum of RGB (Red+Green+Blue) = 236+156+165=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9CA5 is #13635A. Grayscale: #B4B4B4. Windows color (decimal): -1270619 or 10853612. OLE color: 10853612.

HSL color Cylindrical-coordinate representation of color #EC9CA5: hue angle of 353.25º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9CA5 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 156 165 -
CMYK 0 0.34 0.30 0.07
HSL 353.25º 0.68% 0.77% -
HSV(B) 353.25º 0.34% 0.93% -
XYZ 53.27 44.33 41.35 -
YUV 180.95 119 167.27 -
System Red Green Blue C M Y K H S L
Decimal 236 156 165 0 0.34 0.30 0.07 353.25 0.68 0.77
Hex EC 9C A5 0 22 1E 7 161 44 4D
Octal 354 234 245 0 42 36 7 541 104 115
Binary 11101100 10011100 10100101 0 100010 11110 111 101100001 1000100 1001101

Color Harmonies of #EC9CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9CA5

Black with #EC9CA5

Text Example


Text Example

White with #EC9CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9CA5; }

 p { color: rgb(236,156,165); }

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

background-color css

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

 a { background-color: rgb(236,156,165); }

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

border-color css

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

 span { border-color: rgb(236,156,165); }

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