Html Css Color HEX #EC8C98 Wewak

📋 copy color: '#EC8C98'

red 236 ◦ green 140 ◦ blue 152

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

Shades of Wewak #EC8C98

Tints of Wewak #EC8C98

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.52%

 BLUE value IS 152 (59.77% from 255) = 28.79%

R = 44.7%
G = 26.52%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC8C98 (or 0xEC8C98) is known color: Wewak. HEX triplet: EC, 8C and 98. RGB value is (236,140,152). Sum of RGB (Red+Green+Blue) = 236+140+152=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8C98 is #137367. Grayscale: #AAAAAA. Windows color (decimal): -1274728 or 9997548. OLE color: 9997548.

HSL color Cylindrical-coordinate representation of color #EC8C98: hue angle of 352.5º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC8C98 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 140 152 -
CMYK 0 0.41 0.36 0.07
HSL 352.5º 0.72% 0.74% -
HSV(B) 352.5º 0.41% 0.93% -
XYZ 49.64 38.86 34.59 -
YUV 170.07 117.8 175.02 -
System Red Green Blue C M Y K H S L
Decimal 236 140 152 0 0.41 0.36 0.07 352.5 0.72 0.74
Hex EC 8C 98 0 29 24 7 160 48 4A
Octal 354 214 230 0 51 44 7 540 110 112
Binary 11101100 10001100 10011000 0 101001 100100 111 101100000 1001000 1001010

Color Harmonies of #EC8C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8C98

Black with #EC8C98

Text Example


Text Example

White with #EC8C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8C98; }

 p { color: rgb(236,140,152); }

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

background-color css

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

 a { background-color: rgb(236,140,152); }

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

border-color css

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

 span { border-color: rgb(236,140,152); }

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