Html Css Color HEX #E68F9E Wewak

📋 copy color: '#E68F9E'

red 230 ◦ green 143 ◦ blue 158

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

Shades of Wewak #E68F9E

Tints of Wewak #E68F9E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.93%

 BLUE value IS 158 (62.11% from 255) = 29.76%

R = 43.31%
G = 26.93%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E68F9E (or 0xE68F9E) is known color: Wewak. HEX triplet: E6, 8F and 9E. RGB value is (230,143,158). Sum of RGB (Red+Green+Blue) = 230+143+158=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68F9E is #197061. Grayscale: #AAAAAA. Windows color (decimal): -1667170 or 10391526. OLE color: 10391526.

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

Color convert

RGB 230 143 158 -
CMYK 0 0.38 0.31 0.10
HSL 349.66º 0.64% 0.73% -
HSV(B) 349.66º 0.38% 0.9% -
XYZ 48.63 38.94 37.3 -
YUV 170.72 120.82 170.28 -
System Red Green Blue C M Y K H S L
Decimal 230 143 158 0 0.38 0.31 0.10 349.66 0.64 0.73
Hex E6 8F 9E 0 26 1F A 15E 40 49
Octal 346 217 236 0 46 37 12 536 100 111
Binary 11100110 10001111 10011110 0 100110 11111 1010 101011110 1000000 1001001

Color Harmonies of #E68F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68F9E

Black with #E68F9E

Text Example


Text Example

White with #E68F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68F9E; }

 p { color: rgb(230,143,158); }

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

background-color css

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

 a { background-color: rgb(230,143,158); }

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

border-color css

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

 span { border-color: rgb(230,143,158); }

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