Html Css Color HEX #E69894 Sweet Pink

📋 copy color: '#E69894'

red 230 ◦ green 152 ◦ blue 148

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

Shades of Sweet Pink #E69894

Tints of Sweet Pink #E69894

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.68%

 BLUE value IS 148 (58.2% from 255) = 27.92%

R = 43.4%
G = 28.68%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E69894 (or 0xE69894) is known color: Sweet Pink. HEX triplet: E6, 98 and 94. RGB value is (230,152,148). Sum of RGB (Red+Green+Blue) = 230+152+148=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E69894 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69894 is #19676B. Grayscale: #AEAEAE. Windows color (decimal): -1664876 or 9738470. OLE color: 9738470.

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

Color convert

RGB 230 152 148 -
CMYK 0 0.34 0.36 0.10
HSL 2.93º 0.62% 0.74% -
HSV(B) 2.93º 0.36% 0.9% -
XYZ 49.21 41.42 33.42 -
YUV 174.87 112.84 167.33 -
System Red Green Blue C M Y K H S L
Decimal 230 152 148 0 0.34 0.36 0.10 2.93 0.62 0.74
Hex E6 98 94 0 22 24 A 3 3E 4A
Octal 346 230 224 0 42 44 12 3 76 112
Binary 11100110 10011000 10010100 0 100010 100100 1010 11 111110 1001010

Color Harmonies of #E69894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69894

Black with #E69894

Text Example


Text Example

White with #E69894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69894; }

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

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

background-color css

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

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

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

border-color css

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

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

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