Html Css Color HEX #E6968B Sweet Pink

📋 copy color: '#E6968B'

red 230 ◦ green 150 ◦ blue 139

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

Shades of Sweet Pink #E6968B

Tints of Sweet Pink #E6968B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.9%

 BLUE value IS 139 (54.69% from 255) = 26.78%

R = 44.32%
G = 28.9%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E6968B (or 0xE6968B) is known color: Sweet Pink. HEX triplet: E6, 96 and 8B. RGB value is (230,150,139). Sum of RGB (Red+Green+Blue) = 230+150+139=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E6968B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6968B is #196974. Grayscale: #ACACAC. Windows color (decimal): -1665397 or 9148134. OLE color: 9148134.

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

Color convert

RGB 230 150 139 -
CMYK 0 0.35 0.40 0.10
HSL 7.25º 0.65% 0.72% -
HSV(B) 7.25º 0.4% 0.9% -
XYZ 48.2 40.5 29.7 -
YUV 172.67 109 168.89 -
System Red Green Blue C M Y K H S L
Decimal 230 150 139 0 0.35 0.40 0.10 7.25 0.65 0.72
Hex E6 96 8B 0 23 28 A 7 41 48
Octal 346 226 213 0 43 50 12 7 101 110
Binary 11100110 10010110 10001011 0 100011 101000 1010 111 1000001 1001000

Color Harmonies of #E6968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6968B

Black with #E6968B

Text Example


Text Example

White with #E6968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6968B; }

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

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

background-color css

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

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

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

border-color css

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

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

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