Html Css Color HEX #E6969C Wewak

📋 copy color: '#E6969C'

red 230 ◦ green 150 ◦ blue 156

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

Shades of Wewak #E6969C

Tints of Wewak #E6969C

RGB

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

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

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

R = 42.91%
G = 27.99%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6969C (or 0xE6969C) is known color: Wewak. HEX triplet: E6, 96 and 9C. RGB value is (230,150,156). Sum of RGB (Red+Green+Blue) = 230+150+156=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E6969C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6969C is #196963. Grayscale: #AEAEAE. Windows color (decimal): -1665380 or 10262246. OLE color: 10262246.

HSL color Cylindrical-coordinate representation of color #E6969C: hue angle of 355.5º 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 #E6969C is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 150 156 -
CMYK 0 0.35 0.32 0.10
HSL 355.5º 0.62% 0.75% -
HSV(B) 355.5º 0.35% 0.9% -
XYZ 49.54 41.04 36.76 -
YUV 174.6 117.5 167.51 -
System Red Green Blue C M Y K H S L
Decimal 230 150 156 0 0.35 0.32 0.10 355.5 0.62 0.75
Hex E6 96 9C 0 23 20 A 164 3E 4B
Octal 346 226 234 0 43 40 12 544 76 113
Binary 11100110 10010110 10011100 0 100011 100000 1010 101100100 111110 1001011

Color Harmonies of #E6969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6969C

Black with #E6969C

Text Example


Text Example

White with #E6969C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6969C; }

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

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

background-color css

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

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

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

border-color css

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

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

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