Html Css Color HEX #EF8486 Carissma

📋 copy color: '#EF8486'

red 239 ◦ green 132 ◦ blue 134

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

Shades of Carissma #EF8486

Tints of Carissma #EF8486

RGB

 RED value IS 239 (93.75% from 255) = 47.33%

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

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

R = 47.33%
G = 26.14%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF8486 (or 0xEF8486) is known color: Carissma. HEX triplet: EF, 84 and 86. RGB value is (239,132,134). Sum of RGB (Red+Green+Blue) = 239+132+134=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8486 is #107B79. Grayscale: #A4A4A4. Windows color (decimal): -1080186 or 8815855. OLE color: 8815855.

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

Color convert

RGB 239 132 134 -
CMYK 0 0.45 0.44 0.06
HSL 358.88º 0.77% 0.73% -
HSV(B) 358.88º 0.45% 0.94% -
XYZ 48.15 36.57 27.08 -
YUV 164.22 110.95 181.34 -
System Red Green Blue C M Y K H S L
Decimal 239 132 134 0 0.45 0.44 0.06 358.88 0.77 0.73
Hex EF 84 86 0 2D 2C 6 167 4D 49
Octal 357 204 206 0 55 54 6 547 115 111
Binary 11101111 10000100 10000110 0 101101 101100 110 101100111 1001101 1001001

Color Harmonies of #EF8486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8486

Black with #EF8486

Text Example


Text Example

White with #EF8486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8486; }

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

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

background-color css

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

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

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

border-color css

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

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

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