Html Css Color HEX #E69090 Sweet Pink

📋 copy color: '#E69090'

red 230 ◦ green 144 ◦ blue 144

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

Shades of Sweet Pink #E69090

Tints of Sweet Pink #E69090

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.8%

 BLUE value IS 144 (56.64% from 255) = 27.8%

R = 44.4%
G = 27.8%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E69090 (or 0xE69090) is known color: Sweet Pink. HEX triplet: E6, 90 and 90. RGB value is (230,144,144). Sum of RGB (Red+Green+Blue) = 230+144+144=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E69090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69090 is #196F6F. Grayscale: #A9A9A9. Windows color (decimal): -1666928 or 9474278. OLE color: 9474278.

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

Color convert

RGB 230 144 144 -
CMYK 0 0.37 0.37 0.10
HSL 0.63% 0.73% -
HSV(B) 0.37% 0.9% -
XYZ 47.64 38.78 31.36 -
YUV 169.71 113.49 171 -
System Red Green Blue C M Y K H S L
Decimal 230 144 144 0 0.37 0.37 0.10 0 0.63 0.73
Hex E6 90 90 0 25 25 A 0 3F 49
Octal 346 220 220 0 45 45 12 0 77 111
Binary 11100110 10010000 10010000 0 100101 100101 1010 0 111111 1001001

Color Harmonies of #E69090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69090

Black with #E69090

Text Example


Text Example

White with #E69090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69090; }

 p { color: rgb(230,144,144); }

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

background-color css

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

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

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

border-color css

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

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

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