Html Css Color HEX #EF8395 Carissma

📋 copy color: '#EF8395'

red 239 ◦ green 131 ◦ blue 149

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

Shades of Carissma #EF8395

Tints of Carissma #EF8395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.71%

R = 46.05%
G = 25.24%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF8395 (or 0xEF8395) is known color: Carissma. HEX triplet: EF, 83 and 95. RGB value is (239,131,149). Sum of RGB (Red+Green+Blue) = 239+131+149=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 131 (51.56% from 255 or 25.24% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8395 is #107C6A. Grayscale: #A5A5A5. Windows color (decimal): -1080427 or 9798639. OLE color: 9798639.

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

Color convert

RGB 239 131 149 -
CMYK 0 0.45 0.38 0.06
HSL 350º 0.77% 0.73% -
HSV(B) 350º 0.45% 0.94% -
XYZ 49.14 36.75 32.94 -
YUV 165.34 118.78 180.54 -
System Red Green Blue C M Y K H S L
Decimal 239 131 149 0 0.45 0.38 0.06 350 0.77 0.73
Hex EF 83 95 0 2D 26 6 15E 4D 49
Octal 357 203 225 0 55 46 6 536 115 111
Binary 11101111 10000011 10010101 0 101101 100110 110 101011110 1001101 1001001

Color Harmonies of #EF8395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8395

Black with #EF8395

Text Example


Text Example

White with #EF8395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8395; }

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

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

background-color css

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

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

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

border-color css

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

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

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