Html Css Color HEX #EF8083 Carissma

📋 copy color: '#EF8083'

red 239 ◦ green 128 ◦ blue 131

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

Shades of Carissma #EF8083

Tints of Carissma #EF8083

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.7%

 BLUE value IS 131 (51.56% from 255) = 26.31%

R = 47.99%
G = 25.7%
B = 26.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF8083 (or 0xEF8083) is known color: Carissma. HEX triplet: EF, 80 and 83. RGB value is (239,128,131). Sum of RGB (Red+Green+Blue) = 239+128+131=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8083 is #107F7C. Grayscale: #A1A1A1. Windows color (decimal): -1081213 or 8618223. OLE color: 8618223.

HSL color Cylindrical-coordinate representation of color #EF8083: hue angle of 358.38º degrees, saturation: 0.78, 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 #EF8083 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 128 131 -
CMYK 0 0.46 0.45 0.06
HSL 358.38º 0.78% 0.72% -
HSV(B) 358.38º 0.46% 0.94% -
XYZ 47.41 35.43 25.81 -
YUV 161.53 110.77 183.26 -
System Red Green Blue C M Y K H S L
Decimal 239 128 131 0 0.46 0.45 0.06 358.38 0.78 0.72
Hex EF 80 83 0 2E 2D 6 166 4E 48
Octal 357 200 203 0 56 55 6 546 116 110
Binary 11101111 10000000 10000011 0 101110 101101 110 101100110 1001110 1001000

Color Harmonies of #EF8083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8083

Black with #EF8083

Text Example


Text Example

White with #EF8083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8083; }

 p { color: rgb(239,128,131); }

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

background-color css

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

 a { background-color: rgb(239,128,131); }

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

border-color css

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

 span { border-color: rgb(239,128,131); }

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