Html Css Color HEX #EE6B8D Deep Blush

📋 copy color: '#EE6B8D'

red 238 ◦ green 107 ◦ blue 141

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

Shades of Deep Blush #EE6B8D

Tints of Deep Blush #EE6B8D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.02%

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

R = 48.97%
G = 22.02%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE6B8D (or 0xEE6B8D) is known color: Deep Blush. HEX triplet: EE, 6B and 8D. RGB value is (238,107,141). Sum of RGB (Red+Green+Blue) = 238+107+141=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6B8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6B8D is #119472. Grayscale: #969696. Windows color (decimal): -1152115 or 9268206. OLE color: 9268206.

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

Color convert

RGB 238 107 141 -
CMYK 0 0.55 0.41 0.07
HSL 344.43º 0.79% 0.68% -
HSV(B) 344.43º 0.55% 0.93% -
XYZ 45.33 30.62 28.72 -
YUV 150.05 122.9 190.74 -
System Red Green Blue C M Y K H S L
Decimal 238 107 141 0 0.55 0.41 0.07 344.43 0.79 0.68
Hex EE 6B 8D 0 37 29 7 158 4F 44
Octal 356 153 215 0 67 51 7 530 117 104
Binary 11101110 1101011 10001101 0 110111 101001 111 101011000 1001111 1000100

Color Harmonies of #EE6B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6B8D

Black with #EE6B8D

Text Example


Text Example

White with #EE6B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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