Html Css Color HEX #EE6685 Deep Blush

📋 copy color: '#EE6685'

red 238 ◦ green 102 ◦ blue 133

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

Shades of Deep Blush #EE6685

Tints of Deep Blush #EE6685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.12%

R = 50.32%
G = 21.56%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE6685 (or 0xEE6685) is known color: Deep Blush. HEX triplet: EE, 66 and 85. RGB value is (238,102,133). Sum of RGB (Red+Green+Blue) = 238+102+133=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6685 is #11997A. Grayscale: #929292. Windows color (decimal): -1153403 or 8742638. OLE color: 8742638.

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

Color convert

RGB 238 102 133 -
CMYK 0 0.57 0.44 0.07
HSL 346.32º 0.8% 0.67% -
HSV(B) 346.32º 0.57% 0.93% -
XYZ 44.24 29.37 25.53 -
YUV 146.2 120.56 193.48 -
System Red Green Blue C M Y K H S L
Decimal 238 102 133 0 0.57 0.44 0.07 346.32 0.8 0.67
Hex EE 66 85 0 39 2C 7 15A 50 43
Octal 356 146 205 0 71 54 7 532 120 103
Binary 11101110 1100110 10000101 0 111001 101100 111 101011010 1010000 1000011

Color Harmonies of #EE6685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6685

Black with #EE6685

Text Example


Text Example

White with #EE6685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6685; }

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

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

background-color css

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

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

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

border-color css

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

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

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