Html Css Color HEX #EF8286 Carissma

📋 copy color: '#EF8286'

red 239 ◦ green 130 ◦ blue 134

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

Shades of Carissma #EF8286

Tints of Carissma #EF8286

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.84%

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

R = 47.51%
G = 25.84%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF8286 (or 0xEF8286) is known color: Carissma. HEX triplet: EF, 82 and 86. RGB value is (239,130,134). Sum of RGB (Red+Green+Blue) = 239+130+134=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8286 is #107D79. Grayscale: #A3A3A3. Windows color (decimal): -1080698 or 8815343. OLE color: 8815343.

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

Color convert

RGB 239 130 134 -
CMYK 0 0.46 0.44 0.06
HSL 357.8º 0.77% 0.72% -
HSV(B) 357.8º 0.46% 0.94% -
XYZ 47.88 36.04 26.99 -
YUV 163.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 239 130 134 0 0.46 0.44 0.06 357.8 0.77 0.72
Hex EF 82 86 0 2E 2C 6 166 4D 48
Octal 357 202 206 0 56 54 6 546 115 110
Binary 11101111 10000010 10000110 0 101110 101100 110 101100110 1001101 1001000

Color Harmonies of #EF8286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8286

Black with #EF8286

Text Example


Text Example

White with #EF8286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8286; }

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

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

background-color css

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

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

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

border-color css

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

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

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