Html Css Color HEX #EE968D Sweet Pink

📋 copy color: '#EE968D'

red 238 ◦ green 150 ◦ blue 141

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

Shades of Sweet Pink #EE968D

Tints of Sweet Pink #EE968D

RGB

 RED value IS 238 (93.36% from 255) = 44.99%

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

 BLUE value IS 141 (55.47% from 255) = 26.65%

R = 44.99%
G = 28.36%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE968D (or 0xEE968D) is known color: Sweet Pink. HEX triplet: EE, 96 and 8D. RGB value is (238,150,141). Sum of RGB (Red+Green+Blue) = 238+150+141=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EE968D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE968D is #116972. Grayscale: #AFAFAF. Windows color (decimal): -1141107 or 9279214. OLE color: 9279214.

HSL color Cylindrical-coordinate representation of color #EE968D: hue angle of 5.57º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE968D is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 150 141 -
CMYK 0 0.37 0.41 0.07
HSL 5.57º 0.74% 0.74% -
HSV(B) 5.57º 0.41% 0.93% -
XYZ 50.97 41.91 30.6 -
YUV 175.29 108.65 172.73 -
System Red Green Blue C M Y K H S L
Decimal 238 150 141 0 0.37 0.41 0.07 5.57 0.74 0.74
Hex EE 96 8D 0 25 29 7 6 4A 4A
Octal 356 226 215 0 45 51 7 6 112 112
Binary 11101110 10010110 10001101 0 100101 101001 111 110 1001010 1001010

Color Harmonies of #EE968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE968D

Black with #EE968D

Text Example


Text Example

White with #EE968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE968D; }

 p { color: rgb(238,150,141); }

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

background-color css

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

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

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

border-color css

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

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

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