Html Css Color HEX #EE698E Deep Blush

📋 copy color: '#EE698E'

red 238 ◦ green 105 ◦ blue 142

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

Shades of Deep Blush #EE698E

Tints of Deep Blush #EE698E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.28%

R = 49.07%
G = 21.65%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EE698E (or 0xEE698E) is known color: Deep Blush. HEX triplet: EE, 69 and 8E. RGB value is (238,105,142). Sum of RGB (Red+Green+Blue) = 238+105+142=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE698E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE698E is #119671. Grayscale: #949494. Windows color (decimal): -1152626 or 9333230. OLE color: 9333230.

HSL color Cylindrical-coordinate representation of color #EE698E: hue angle of 343.31º 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 #EE698E is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 105 142 -
CMYK 0 0.56 0.40 0.07
HSL 343.31º 0.8% 0.67% -
HSV(B) 343.31º 0.56% 0.93% -
XYZ 45.19 30.23 29.04 -
YUV 148.99 124.06 191.49 -
System Red Green Blue C M Y K H S L
Decimal 238 105 142 0 0.56 0.40 0.07 343.31 0.8 0.67
Hex EE 69 8E 0 38 28 7 157 50 43
Octal 356 151 216 0 70 50 7 527 120 103
Binary 11101110 1101001 10001110 0 111000 101000 111 101010111 1010000 1000011

Color Harmonies of #EE698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE698E

Black with #EE698E

Text Example


Text Example

White with #EE698E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE698E; }

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

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

background-color css

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

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

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

border-color css

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

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

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