Html Css Color HEX #E69094 Wewak

📋 copy color: '#E69094'

red 230 ◦ green 144 ◦ blue 148

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

Shades of Wewak #E69094

Tints of Wewak #E69094

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.59%

 BLUE value IS 148 (58.2% from 255) = 28.35%

R = 44.06%
G = 27.59%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E69094 (or 0xE69094) is known color: Wewak. HEX triplet: E6, 90 and 94. RGB value is (230,144,148). Sum of RGB (Red+Green+Blue) = 230+144+148=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E69094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69094 is #196F6B. Grayscale: #AAAAAA. Windows color (decimal): -1666924 or 9736422. OLE color: 9736422.

HSL color Cylindrical-coordinate representation of color #E69094: hue angle of 357.21º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E69094 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 144 148 -
CMYK 0 0.37 0.36 0.10
HSL 357.21º 0.63% 0.73% -
HSV(B) 357.21º 0.37% 0.9% -
XYZ 47.95 38.91 33 -
YUV 170.17 115.49 170.67 -
System Red Green Blue C M Y K H S L
Decimal 230 144 148 0 0.37 0.36 0.10 357.21 0.63 0.73
Hex E6 90 94 0 25 24 A 165 3F 49
Octal 346 220 224 0 45 44 12 545 77 111
Binary 11100110 10010000 10010100 0 100101 100100 1010 101100101 111111 1001001

Color Harmonies of #E69094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69094

Black with #E69094

Text Example


Text Example

White with #E69094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69094; }

 p { color: rgb(230,144,148); }

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

background-color css

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

 a { background-color: rgb(230,144,148); }

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

border-color css

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

 span { border-color: rgb(230,144,148); }

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