Html Css Color HEX #E68C8A Sweet Pink

📋 copy color: '#E68C8A'

red 230 ◦ green 140 ◦ blue 138

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

Shades of Sweet Pink #E68C8A

Tints of Sweet Pink #E68C8A

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

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

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

Color convert

RGB 230 140 138 -
CMYK 0 0.39 0.4 0.10
HSL 1.3º 0.65% 0.72% -
HSV(B) 1.3º 0.4% 0.9% -
XYZ 46.6 37.41 28.81 -
YUV 166.68 111.82 173.16 -
System Red Green Blue C M Y K H S L
Decimal 230 140 138 0 0.39 0.4 0.10 1.3 0.65 0.72
Hex E6 8C 8A 0 27 28 A 1 41 48
Octal 346 214 212 0 47 50 12 1 101 110
Binary 11100110 10001100 10001010 0 100111 101000 1010 1 1000001 1001000

Color Harmonies of #E68C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68C8A

Black with #E68C8A

Text Example


Text Example

White with #E68C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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