Html Css Color HEX #E68B8D Wewak

📋 copy color: '#E68B8D'

red 230 ◦ green 139 ◦ blue 141

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

Shades of Wewak #E68B8D

Tints of Wewak #E68B8D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.25%

 BLUE value IS 141 (55.47% from 255) = 27.65%

R = 45.1%
G = 27.25%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E68B8D (or 0xE68B8D) is known color: Wewak. HEX triplet: E6, 8B and 8D. RGB value is (230,139,141). Sum of RGB (Red+Green+Blue) = 230+139+141=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68B8D is #197472. Grayscale: #A6A6A6. Windows color (decimal): -1668211 or 9276390. OLE color: 9276390.

HSL color Cylindrical-coordinate representation of color #E68B8D: hue angle of 358.68º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68B8D is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 139 141 -
CMYK 0 0.40 0.39 0.10
HSL 358.68º 0.65% 0.72% -
HSV(B) 358.68º 0.4% 0.9% -
XYZ 46.67 37.21 29.92 -
YUV 166.44 113.65 173.34 -
System Red Green Blue C M Y K H S L
Decimal 230 139 141 0 0.40 0.39 0.10 358.68 0.65 0.72
Hex E6 8B 8D 0 28 27 A 167 41 48
Octal 346 213 215 0 50 47 12 547 101 110
Binary 11100110 10001011 10001101 0 101000 100111 1010 101100111 1000001 1001000

Color Harmonies of #E68B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68B8D

Black with #E68B8D

Text Example


Text Example

White with #E68B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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