Html Css Color HEX #E68A8C Wewak

📋 copy color: '#E68A8C'

red 230 ◦ green 138 ◦ blue 140

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

Shades of Wewak #E68A8C

Tints of Wewak #E68A8C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.17%

 BLUE value IS 140 (55.08% from 255) = 27.56%

R = 45.28%
G = 27.17%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E68A8C (or 0xE68A8C) is known color: Wewak. HEX triplet: E6, 8A and 8C. RGB value is (230,138,140). Sum of RGB (Red+Green+Blue) = 230+138+140=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68A8C is #197573. Grayscale: #A5A5A5. Windows color (decimal): -1668468 or 9210598. OLE color: 9210598.

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

Color convert

RGB 230 138 140 -
CMYK 0 0.4 0.39 0.10
HSL 358.7º 0.65% 0.72% -
HSV(B) 358.7º 0.4% 0.9% -
XYZ 46.46 36.89 29.48 -
YUV 165.74 113.48 173.84 -
System Red Green Blue C M Y K H S L
Decimal 230 138 140 0 0.4 0.39 0.10 358.7 0.65 0.72
Hex E6 8A 8C 0 28 27 A 167 41 48
Octal 346 212 214 0 50 47 12 547 101 110
Binary 11100110 10001010 10001100 0 101000 100111 1010 101100111 1000001 1001000

Color Harmonies of #E68A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68A8C

Black with #E68A8C

Text Example


Text Example

White with #E68A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68A8C; }

 p { color: rgb(230,138,140); }

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

background-color css

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

 a { background-color: rgb(230,138,140); }

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

border-color css

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

 span { border-color: rgb(230,138,140); }

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