Html Css Color HEX #E69696 Sweet Pink

📋 copy color: '#E69696'

red 230 ◦ green 150 ◦ blue 150

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

Shades of Sweet Pink #E69696

Tints of Sweet Pink #E69696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.3%

R = 43.4%
G = 28.3%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E69696 (or 0xE69696) is known color: Sweet Pink. HEX triplet: E6, 96 and 96. RGB value is (230,150,150). Sum of RGB (Red+Green+Blue) = 230+150+150=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E69696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69696 is #196969. Grayscale: #AEAEAE. Windows color (decimal): -1665386 or 9869030. OLE color: 9869030.

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

Color convert

RGB 230 150 150 -
CMYK 0 0.35 0.35 0.10
HSL 0.62% 0.75% -
HSV(B) 0.35% 0.9% -
XYZ 49.04 40.84 34.15 -
YUV 173.92 114.5 168 -
System Red Green Blue C M Y K H S L
Decimal 230 150 150 0 0.35 0.35 0.10 0 0.62 0.75
Hex E6 96 96 0 23 23 A 0 3E 4B
Octal 346 226 226 0 43 43 12 0 76 113
Binary 11100110 10010110 10010110 0 100011 100011 1010 0 111110 1001011

Color Harmonies of #E69696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69696

Black with #E69696

Text Example


Text Example

White with #E69696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69696; }

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

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

background-color css

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

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

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

border-color css

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

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

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