Html Css Color HEX #EE668D Deep Blush

📋 copy color: '#EE668D'

red 238 ◦ green 102 ◦ blue 141

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

Shades of Deep Blush #EE668D

Tints of Deep Blush #EE668D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.21%

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

R = 49.48%
G = 21.21%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE668D (or 0xEE668D) is known color: Deep Blush. HEX triplet: EE, 66 and 8D. RGB value is (238,102,141). Sum of RGB (Red+Green+Blue) = 238+102+141=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE668D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE668D is #119972. Grayscale: #939393. Windows color (decimal): -1153395 or 9266926. OLE color: 9266926.

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

Color convert

RGB 238 102 141 -
CMYK 0 0.57 0.41 0.07
HSL 342.79º 0.8% 0.67% -
HSV(B) 342.79º 0.57% 0.93% -
XYZ 44.82 29.6 28.55 -
YUV 147.11 124.56 192.83 -
System Red Green Blue C M Y K H S L
Decimal 238 102 141 0 0.57 0.41 0.07 342.79 0.8 0.67
Hex EE 66 8D 0 39 29 7 157 50 43
Octal 356 146 215 0 71 51 7 527 120 103
Binary 11101110 1100110 10001101 0 111001 101001 111 101010111 1010000 1000011

Color Harmonies of #EE668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE668D

Black with #EE668D

Text Example


Text Example

White with #EE668D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE668D; }

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

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

background-color css

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

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

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

border-color css

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

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

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