Html Css Color HEX #EE698D Deep Blush

📋 copy color: '#EE698D'

red 238 ◦ green 105 ◦ blue 141

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

Shades of Deep Blush #EE698D

Tints of Deep Blush #EE698D

RGB

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

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

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

R = 49.17%
G = 21.69%
B = 29.13%

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

#EE698D (or 0xEE698D) is known color: Deep Blush. HEX triplet: EE, 69 and 8D. RGB value is (238,105,141). Sum of RGB (Red+Green+Blue) = 238+105+141=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE698D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE698D is #119672. Grayscale: #949494. Windows color (decimal): -1152627 or 9267694. OLE color: 9267694.

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

Color convert

RGB 238 105 141 -
CMYK 0 0.56 0.41 0.07
HSL 343.76º 0.8% 0.67% -
HSV(B) 343.76º 0.56% 0.93% -
XYZ 45.12 30.2 28.65 -
YUV 148.87 123.56 191.57 -
System Red Green Blue C M Y K H S L
Decimal 238 105 141 0 0.56 0.41 0.07 343.76 0.8 0.67
Hex EE 69 8D 0 38 29 7 158 50 43
Octal 356 151 215 0 70 51 7 530 120 103
Binary 11101110 1101001 10001101 0 111000 101001 111 101011000 1010000 1000011

Color Harmonies of #EE698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE698D

Black with #EE698D

Text Example


Text Example

White with #EE698D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE698D; }

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

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

background-color css

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

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

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

border-color css

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

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

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