Html Css Color HEX #E68D8B Sweet Pink

📋 copy color: '#E68D8B'

red 230 ◦ green 141 ◦ blue 139

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

Shades of Sweet Pink #E68D8B

Tints of Sweet Pink #E68D8B

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

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

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

Color convert

RGB 230 141 139 -
CMYK 0 0.39 0.40 0.10
HSL 1.32º 0.65% 0.72% -
HSV(B) 1.32º 0.4% 0.9% -
XYZ 46.82 37.74 29.24 -
YUV 167.38 111.99 172.66 -
System Red Green Blue C M Y K H S L
Decimal 230 141 139 0 0.39 0.40 0.10 1.32 0.65 0.72
Hex E6 8D 8B 0 27 28 A 1 41 48
Octal 346 215 213 0 47 50 12 1 101 110
Binary 11100110 10001101 10001011 0 100111 101000 1010 1 1000001 1001000

Color Harmonies of #E68D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68D8B

Black with #E68D8B

Text Example


Text Example

White with #E68D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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