Html Css Color HEX #E69593 Sweet Pink

📋 copy color: '#E69593'

red 230 ◦ green 149 ◦ blue 147

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

Shades of Sweet Pink #E69593

Tints of Sweet Pink #E69593

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.33%

 BLUE value IS 147 (57.81% from 255) = 27.95%

R = 43.73%
G = 28.33%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E69593 (or 0xE69593) is known color: Sweet Pink. HEX triplet: E6, 95 and 93. RGB value is (230,149,147). Sum of RGB (Red+Green+Blue) = 230+149+147=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E69593 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69593 is #196A6C. Grayscale: #ADADAD. Windows color (decimal): -1665645 or 9672166. OLE color: 9672166.

HSL color Cylindrical-coordinate representation of color #E69593: hue angle of 1.45º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E69593 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 149 147 -
CMYK 0 0.35 0.36 0.10
HSL 1.45º 0.62% 0.74% -
HSV(B) 1.45º 0.36% 0.9% -
XYZ 48.65 40.42 32.84 -
YUV 172.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 230 149 147 0 0.35 0.36 0.10 1.45 0.62 0.74
Hex E6 95 93 0 23 24 A 1 3E 4A
Octal 346 225 223 0 43 44 12 1 76 112
Binary 11100110 10010101 10010011 0 100011 100100 1010 1 111110 1001010

Color Harmonies of #E69593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69593

Black with #E69593

Text Example


Text Example

White with #E69593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69593; }

 p { color: rgb(230,149,147); }

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

background-color css

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

 a { background-color: rgb(230,149,147); }

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

border-color css

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

 span { border-color: rgb(230,149,147); }

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