Html Css Color HEX #EE6868 Bittersweet

📋 copy color: '#EE6868'

red 238 ◦ green 104 ◦ blue 104

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

Shades of Bittersweet #EE6868

Tints of Bittersweet #EE6868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.32%

R = 53.36%
G = 23.32%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EE6868 (or 0xEE6868) is known color: Bittersweet. HEX triplet: EE, 68 and 68. RGB value is (238,104,104). Sum of RGB (Red+Green+Blue) = 238+104+104=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6868 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6868 is #119797. Grayscale: #909090. Windows color (decimal): -1152920 or 6842606. OLE color: 6842606.

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

Color convert

RGB 238 104 104 -
CMYK 0 0.56 0.56 0.07
HSL 0.8% 0.67% -
HSV(B) 0.56% 0.93% -
XYZ 42.71 29.08 16.46 -
YUV 144.07 105.39 195 -
System Red Green Blue C M Y K H S L
Decimal 238 104 104 0 0.56 0.56 0.07 0 0.8 0.67
Hex EE 68 68 0 38 38 7 0 50 43
Octal 356 150 150 0 70 70 7 0 120 103
Binary 11101110 1101000 1101000 0 111000 111000 111 0 1010000 1000011

Color Harmonies of #EE6868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6868

Black with #EE6868

Text Example


Text Example

White with #EE6868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6868; }

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

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

background-color css

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

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

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

border-color css

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

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

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