Html Css Color HEX #EE698C Deep Blush

📋 copy color: '#EE698C'

red 238 ◦ green 105 ◦ blue 140

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

Shades of Deep Blush #EE698C

Tints of Deep Blush #EE698C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.74%

 BLUE value IS 140 (55.08% from 255) = 28.99%

R = 49.28%
G = 21.74%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE698C (or 0xEE698C) is known color: Deep Blush. HEX triplet: EE, 69 and 8C. RGB value is (238,105,140). Sum of RGB (Red+Green+Blue) = 238+105+140=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE698C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE698C is #119673. Grayscale: #949494. Windows color (decimal): -1152628 or 9202158. OLE color: 9202158.

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

Color convert

RGB 238 105 140 -
CMYK 0 0.56 0.41 0.07
HSL 344.21º 0.8% 0.67% -
HSV(B) 344.21º 0.56% 0.93% -
XYZ 45.05 30.17 28.26 -
YUV 148.76 123.06 191.65 -
System Red Green Blue C M Y K H S L
Decimal 238 105 140 0 0.56 0.41 0.07 344.21 0.8 0.67
Hex EE 69 8C 0 38 29 7 158 50 43
Octal 356 151 214 0 70 51 7 530 120 103
Binary 11101110 1101001 10001100 0 111000 101001 111 101011000 1010000 1000011

Color Harmonies of #EE698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE698C

Black with #EE698C

Text Example


Text Example

White with #EE698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE698C; }

 p { color: rgb(238,105,140); }

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

background-color css

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

 a { background-color: rgb(238,105,140); }

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

border-color css

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

 span { border-color: rgb(238,105,140); }

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