Html Css Color HEX #E68D9A Wewak

📋 copy color: '#E68D9A'

red 230 ◦ green 141 ◦ blue 154

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

Shades of Wewak #E68D9A

Tints of Wewak #E68D9A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.86%

 BLUE value IS 154 (60.55% from 255) = 29.33%

R = 43.81%
G = 26.86%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E68D9A (or 0xE68D9A) is known color: Wewak. HEX triplet: E6, 8D and 9A. RGB value is (230,141,154). Sum of RGB (Red+Green+Blue) = 230+141+154=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68D9A is #197265. Grayscale: #A9A9A9. Windows color (decimal): -1667686 or 10128870. OLE color: 10128870.

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

Color convert

RGB 230 141 154 -
CMYK 0 0.39 0.33 0.10
HSL 351.24º 0.64% 0.73% -
HSV(B) 351.24º 0.39% 0.9% -
XYZ 47.99 38.21 35.42 -
YUV 169.09 119.49 171.44 -
System Red Green Blue C M Y K H S L
Decimal 230 141 154 0 0.39 0.33 0.10 351.24 0.64 0.73
Hex E6 8D 9A 0 27 21 A 15F 40 49
Octal 346 215 232 0 47 41 12 537 100 111
Binary 11100110 10001101 10011010 0 100111 100001 1010 101011111 1000000 1001001

Color Harmonies of #E68D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68D9A

Black with #E68D9A

Text Example


Text Example

White with #E68D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68D9A; }

 p { color: rgb(230,141,154); }

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

background-color css

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

 a { background-color: rgb(230,141,154); }

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

border-color css

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

 span { border-color: rgb(230,141,154); }

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