Html Css Color HEX #E69697 Wewak

📋 copy color: '#E69697'

red 230 ◦ green 150 ◦ blue 151

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

Shades of Wewak #E69697

Tints of Wewak #E69697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.44%

R = 43.31%
G = 28.25%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E69697 (or 0xE69697) is known color: Wewak. HEX triplet: E6, 96 and 97. RGB value is (230,150,151). Sum of RGB (Red+Green+Blue) = 230+150+151=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 151 (59.38% from 255 or 28.44% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E69697 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69697 is #196968. Grayscale: #AEAEAE. Windows color (decimal): -1665385 or 9934566. OLE color: 9934566.

HSL color Cylindrical-coordinate representation of color #E69697: hue angle of 359.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E69697 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 150 151 -
CMYK 0 0.35 0.34 0.10
HSL 359.25º 0.62% 0.75% -
HSV(B) 359.25º 0.35% 0.9% -
XYZ 49.13 40.87 34.58 -
YUV 174.03 115 167.92 -
System Red Green Blue C M Y K H S L
Decimal 230 150 151 0 0.35 0.34 0.10 359.25 0.62 0.75
Hex E6 96 97 0 23 22 A 167 3E 4B
Octal 346 226 227 0 43 42 12 547 76 113
Binary 11100110 10010110 10010111 0 100011 100010 1010 101100111 111110 1001011

Color Harmonies of #E69697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69697

Black with #E69697

Text Example


Text Example

White with #E69697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69697; }

 p { color: rgb(230,150,151); }

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

background-color css

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

 a { background-color: rgb(230,150,151); }

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

border-color css

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

 span { border-color: rgb(230,150,151); }

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