Html Css Color HEX #EE8486 Carissma

📋 copy color: '#EE8486'

red 238 ◦ green 132 ◦ blue 134

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

Shades of Carissma #EE8486

Tints of Carissma #EE8486

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.19%

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

R = 47.22%
G = 26.19%
B = 26.59%

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

#EE8486 (or 0xEE8486) is known color: Carissma. HEX triplet: EE, 84 and 86. RGB value is (238,132,134). Sum of RGB (Red+Green+Blue) = 238+132+134=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8486 is #117B79. Grayscale: #A4A4A4. Windows color (decimal): -1145722 or 8815854. OLE color: 8815854.

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

Color convert

RGB 238 132 134 -
CMYK 0 0.45 0.44 0.07
HSL 358.87º 0.76% 0.73% -
HSV(B) 358.87º 0.45% 0.93% -
XYZ 47.81 36.4 27.06 -
YUV 163.92 111.12 180.84 -
System Red Green Blue C M Y K H S L
Decimal 238 132 134 0 0.45 0.44 0.07 358.87 0.76 0.73
Hex EE 84 86 0 2D 2C 7 167 4C 49
Octal 356 204 206 0 55 54 7 547 114 111
Binary 11101110 10000100 10000110 0 101101 101100 111 101100111 1001100 1001001

Color Harmonies of #EE8486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8486

Black with #EE8486

Text Example


Text Example

White with #EE8486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8486; }

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

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

background-color css

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

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

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

border-color css

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

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

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