Html Css Color HEX #E6928E Sweet Pink

📋 copy color: '#E6928E'

red 230 ◦ green 146 ◦ blue 142

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

Shades of Sweet Pink #E6928E

Tints of Sweet Pink #E6928E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.19%

 BLUE value IS 142 (55.86% from 255) = 27.41%

R = 44.4%
G = 28.19%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E6928E (or 0xE6928E) is known color: Sweet Pink. HEX triplet: E6, 92 and 8E. RGB value is (230,146,142). Sum of RGB (Red+Green+Blue) = 230+146+142=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E6928E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6928E is #196D71. Grayscale: #AAAAAA. Windows color (decimal): -1666418 or 9343718. OLE color: 9343718.

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

Color convert

RGB 230 146 142 -
CMYK 0 0.37 0.38 0.10
HSL 2.73º 0.64% 0.73% -
HSV(B) 2.73º 0.38% 0.9% -
XYZ 47.79 39.33 30.66 -
YUV 170.66 111.83 170.33 -
System Red Green Blue C M Y K H S L
Decimal 230 146 142 0 0.37 0.38 0.10 2.73 0.64 0.73
Hex E6 92 8E 0 25 26 A 3 40 49
Octal 346 222 216 0 45 46 12 3 100 111
Binary 11100110 10010010 10001110 0 100101 100110 1010 11 1000000 1001001

Color Harmonies of #E6928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6928E

Black with #E6928E

Text Example


Text Example

White with #E6928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6928E; }

 p { color: rgb(230,146,142); }

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

background-color css

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

 a { background-color: rgb(230,146,142); }

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

border-color css

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

 span { border-color: rgb(230,146,142); }

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