Html Css Color HEX #E69492 Sweet Pink

📋 copy color: '#E69492'

red 230 ◦ green 148 ◦ blue 146

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

Shades of Sweet Pink #E69492

Tints of Sweet Pink #E69492

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.24%

 BLUE value IS 146 (57.42% from 255) = 27.86%

R = 43.89%
G = 28.24%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E69492 (or 0xE69492) is known color: Sweet Pink. HEX triplet: E6, 94 and 92. RGB value is (230,148,146). Sum of RGB (Red+Green+Blue) = 230+148+146=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E69492 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69492 is #196B6D. Grayscale: #ACACAC. Windows color (decimal): -1665902 or 9606374. OLE color: 9606374.

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

Color convert

RGB 230 148 146 -
CMYK 0 0.36 0.37 0.10
HSL 1.43º 0.63% 0.74% -
HSV(B) 1.43º 0.37% 0.9% -
XYZ 48.41 40.08 32.38 -
YUV 172.29 113.17 169.16 -
System Red Green Blue C M Y K H S L
Decimal 230 148 146 0 0.36 0.37 0.10 1.43 0.63 0.74
Hex E6 94 92 0 24 25 A 1 3F 4A
Octal 346 224 222 0 44 45 12 1 77 112
Binary 11100110 10010100 10010010 0 100100 100101 1010 1 111111 1001010

Color Harmonies of #E69492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69492

Black with #E69492

Text Example


Text Example

White with #E69492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69492; }

 p { color: rgb(230,148,146); }

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

background-color css

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

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

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

border-color css

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

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

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