Html Css Color HEX #EE8386 Carissma

📋 copy color: '#EE8386'

red 238 ◦ green 131 ◦ blue 134

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

Shades of Carissma #EE8386

Tints of Carissma #EE8386

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.04%

 BLUE value IS 134 (52.73% from 255) = 26.64%

R = 47.32%
G = 26.04%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE8386 (or 0xEE8386) is known color: Carissma. HEX triplet: EE, 83 and 86. RGB value is (238,131,134). Sum of RGB (Red+Green+Blue) = 238+131+134=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8386 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8386 is #117C79. Grayscale: #A3A3A3. Windows color (decimal): -1145978 or 8815598. OLE color: 8815598.

HSL color Cylindrical-coordinate representation of color #EE8386: hue angle of 358.32º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE8386 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 131 134 -
CMYK 0 0.45 0.44 0.07
HSL 358.32º 0.76% 0.72% -
HSV(B) 358.32º 0.45% 0.93% -
XYZ 47.68 36.13 27.02 -
YUV 163.34 111.45 181.26 -
System Red Green Blue C M Y K H S L
Decimal 238 131 134 0 0.45 0.44 0.07 358.32 0.76 0.72
Hex EE 83 86 0 2D 2C 7 166 4C 48
Octal 356 203 206 0 55 54 7 546 114 110
Binary 11101110 10000011 10000110 0 101101 101100 111 101100110 1001100 1001000

Color Harmonies of #EE8386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8386

Black with #EE8386

Text Example


Text Example

White with #EE8386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8386; }

 p { color: rgb(238,131,134); }

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

background-color css

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

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

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

border-color css

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

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

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