Html Css Color HEX #E68F85 Sweet Pink

📋 copy color: '#E68F85'

red 230 ◦ green 143 ◦ blue 133

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

Shades of Sweet Pink #E68F85

Tints of Sweet Pink #E68F85

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.26%

 BLUE value IS 133 (52.34% from 255) = 26.28%

R = 45.45%
G = 28.26%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E68F85 (or 0xE68F85) is known color: Sweet Pink. HEX triplet: E6, 8F and 85. RGB value is (230,143,133). Sum of RGB (Red+Green+Blue) = 230+143+133=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68F85 is #19707A. Grayscale: #A8A8A8. Windows color (decimal): -1667195 or 8753126. OLE color: 8753126.

HSL color Cylindrical-coordinate representation of color #E68F85: hue angle of 6.19º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E68F85 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 143 133 -
CMYK 0 0.38 0.42 0.10
HSL 6.19º 0.66% 0.71% -
HSV(B) 6.19º 0.42% 0.9% -
XYZ 46.69 38.16 27.1 -
YUV 167.87 108.32 172.31 -
System Red Green Blue C M Y K H S L
Decimal 230 143 133 0 0.38 0.42 0.10 6.19 0.66 0.71
Hex E6 8F 85 0 26 2A A 6 42 47
Octal 346 217 205 0 46 52 12 6 102 107
Binary 11100110 10001111 10000101 0 100110 101010 1010 110 1000010 1000111

Color Harmonies of #E68F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68F85

Black with #E68F85

Text Example


Text Example

White with #E68F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68F85; }

 p { color: rgb(230,143,133); }

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

background-color css

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

 a { background-color: rgb(230,143,133); }

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

border-color css

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

 span { border-color: rgb(230,143,133); }

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