Html Css Color HEX #E4969C Wewak

📋 copy color: '#E4969C'

red 228 ◦ green 150 ◦ blue 156

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

Shades of Wewak #E4969C

Tints of Wewak #E4969C

RGB

 RED value IS 228 (89.45% from 255) = 42.7%

 GREEN value IS 150 (58.98% from 255) = 28.09%

 BLUE value IS 156 (61.33% from 255) = 29.21%

R = 42.7%
G = 28.09%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E4969C (or 0xE4969C) is known color: Wewak. HEX triplet: E4, 96 and 9C. RGB value is (228,150,156). Sum of RGB (Red+Green+Blue) = 228+150+156=534 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.70% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 228 - color contains mainly: red. Hex color #E4969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4969C is #1B6963. Grayscale: #AEAEAE. Windows color (decimal): -1796452 or 10262244. OLE color: 10262244.

HSL color Cylindrical-coordinate representation of color #E4969C: hue angle of 355.38º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E4969C is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 150 156 -
CMYK 0 0.34 0.32 0.11
HSL 355.38º 0.59% 0.74% -
HSV(B) 355.38º 0.34% 0.89% -
XYZ 48.9 40.71 36.73 -
YUV 174.01 117.84 166.51 -
System Red Green Blue C M Y K H S L
Decimal 228 150 156 0 0.34 0.32 0.11 355.38 0.59 0.74
Hex E4 96 9C 0 22 20 B 163 3B 4A
Octal 344 226 234 0 42 40 13 543 73 112
Binary 11100100 10010110 10011100 0 100010 100000 1011 101100011 111011 1001010

Color Harmonies of #E4969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4969C

Black with #E4969C

Text Example


Text Example

White with #E4969C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4969C; }

 p { color: rgb(228,150,156); }

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

background-color css

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

 a { background-color: rgb(228,150,156); }

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

border-color css

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

 span { border-color: rgb(228,150,156); }

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