Html Css Color HEX #EF8397 Carissma

📋 copy color: '#EF8397'

red 239 ◦ green 131 ◦ blue 151

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

Shades of Carissma #EF8397

Tints of Carissma #EF8397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.98%

R = 45.87%
G = 25.14%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF8397 (or 0xEF8397) is known color: Carissma. HEX triplet: EF, 83 and 97. RGB value is (239,131,151). Sum of RGB (Red+Green+Blue) = 239+131+151=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 151 (59.38% from 255 or 28.98% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8397 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8397 is #107C68. Grayscale: #A5A5A5. Windows color (decimal): -1080425 or 9929711. OLE color: 9929711.

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

Color convert

RGB 239 131 151 -
CMYK 0 0.45 0.37 0.06
HSL 348.89º 0.77% 0.73% -
HSV(B) 348.89º 0.45% 0.94% -
XYZ 49.3 36.82 33.79 -
YUV 165.57 119.78 180.37 -
System Red Green Blue C M Y K H S L
Decimal 239 131 151 0 0.45 0.37 0.06 348.89 0.77 0.73
Hex EF 83 97 0 2D 25 6 15D 4D 49
Octal 357 203 227 0 55 45 6 535 115 111
Binary 11101111 10000011 10010111 0 101101 100101 110 101011101 1001101 1001001

Color Harmonies of #EF8397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8397

Black with #EF8397

Text Example


Text Example

White with #EF8397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8397; }

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

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

background-color css

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

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

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

border-color css

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

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

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