Html Css Color HEX #E69694 Sweet Pink

📋 copy color: '#E69694'

red 230 ◦ green 150 ◦ blue 148

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

Shades of Sweet Pink #E69694

Tints of Sweet Pink #E69694

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.41%

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

R = 43.56%
G = 28.41%
B = 28.03%

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

#E69694 (or 0xE69694) is known color: Sweet Pink. HEX triplet: E6, 96 and 94. RGB value is (230,150,148). Sum of RGB (Red+Green+Blue) = 230+150+148=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E69694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69694 is #19696B. Grayscale: #ADADAD. Windows color (decimal): -1665388 or 9737958. OLE color: 9737958.

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

Color convert

RGB 230 150 148 -
CMYK 0 0.35 0.36 0.10
HSL 1.46º 0.62% 0.74% -
HSV(B) 1.46º 0.36% 0.9% -
XYZ 48.88 40.77 33.31 -
YUV 173.69 113.5 168.16 -
System Red Green Blue C M Y K H S L
Decimal 230 150 148 0 0.35 0.36 0.10 1.46 0.62 0.74
Hex E6 96 94 0 23 24 A 1 3E 4A
Octal 346 226 224 0 43 44 12 1 76 112
Binary 11100110 10010110 10010100 0 100011 100100 1010 1 111110 1001010

Color Harmonies of #E69694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69694

Black with #E69694

Text Example


Text Example

White with #E69694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69694; }

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

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

background-color css

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

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

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

border-color css

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

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

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