Html Css Color HEX #E68A85 Sweet Pink

📋 copy color: '#E68A85'

red 230 ◦ green 138 ◦ blue 133

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

Shades of Sweet Pink #E68A85

Tints of Sweet Pink #E68A85

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.54%

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

R = 45.91%
G = 27.54%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E68A85 (or 0xE68A85) is known color: Sweet Pink. HEX triplet: E6, 8A and 85. RGB value is (230,138,133). Sum of RGB (Red+Green+Blue) = 230+138+133=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68A85 is #19757A. Grayscale: #A5A5A5. Windows color (decimal): -1668475 or 8751846. OLE color: 8751846.

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

Color convert

RGB 230 138 133 -
CMYK 0 0.4 0.42 0.10
HSL 3.09º 0.66% 0.71% -
HSV(B) 3.09º 0.42% 0.9% -
XYZ 45.96 36.69 26.85 -
YUV 164.94 109.98 174.41 -
System Red Green Blue C M Y K H S L
Decimal 230 138 133 0 0.4 0.42 0.10 3.09 0.66 0.71
Hex E6 8A 85 0 28 2A A 3 42 47
Octal 346 212 205 0 50 52 12 3 102 107
Binary 11100110 10001010 10000101 0 101000 101010 1010 11 1000010 1000111

Color Harmonies of #E68A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68A85

Black with #E68A85

Text Example


Text Example

White with #E68A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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