Html Css Color HEX #EE6865 Bittersweet

📋 copy color: '#EE6865'

red 238 ◦ green 104 ◦ blue 101

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

Shades of Bittersweet #EE6865

Tints of Bittersweet #EE6865

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.48%

 BLUE value IS 101 (39.84% from 255) = 22.8%

R = 53.72%
G = 23.48%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EE6865 (or 0xEE6865) is known color: Bittersweet. HEX triplet: EE, 68 and 65. RGB value is (238,104,101). Sum of RGB (Red+Green+Blue) = 238+104+101=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6865 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6865 is #11979A. Grayscale: #8F8F8F. Windows color (decimal): -1152923 or 6645998. OLE color: 6645998.

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

Color convert

RGB 238 104 101 -
CMYK 0 0.56 0.58 0.07
HSL 1.31º 0.8% 0.66% -
HSV(B) 1.31º 0.58% 0.93% -
XYZ 42.56 29.02 15.67 -
YUV 143.72 103.89 195.24 -
System Red Green Blue C M Y K H S L
Decimal 238 104 101 0 0.56 0.58 0.07 1.31 0.8 0.66
Hex EE 68 65 0 38 3A 7 1 50 42
Octal 356 150 145 0 70 72 7 1 120 102
Binary 11101110 1101000 1100101 0 111000 111010 111 1 1010000 1000010

Color Harmonies of #EE6865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6865

Black with #EE6865

Text Example


Text Example

White with #EE6865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6865; }

 p { color: rgb(238,104,101); }

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

background-color css

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

 a { background-color: rgb(238,104,101); }

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

border-color css

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

 span { border-color: rgb(238,104,101); }

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