Html Css Color HEX #EF8696 Carissma

📋 copy color: '#EF8696'

red 239 ◦ green 134 ◦ blue 150

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

Shades of Carissma #EF8696

Tints of Carissma #EF8696

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.62%

 BLUE value IS 150 (58.98% from 255) = 28.68%

R = 45.7%
G = 25.62%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF8696 (or 0xEF8696) is known color: Carissma. HEX triplet: EF, 86 and 96. RGB value is (239,134,150). Sum of RGB (Red+Green+Blue) = 239+134+150=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8696 is #107969. Grayscale: #A7A7A7. Windows color (decimal): -1079658 or 9864943. OLE color: 9864943.

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

Color convert

RGB 239 134 150 -
CMYK 0 0.44 0.37 0.06
HSL 350.86º 0.77% 0.73% -
HSV(B) 350.86º 0.44% 0.94% -
XYZ 49.63 37.6 33.5 -
YUV 167.22 118.29 179.2 -
System Red Green Blue C M Y K H S L
Decimal 239 134 150 0 0.44 0.37 0.06 350.86 0.77 0.73
Hex EF 86 96 0 2C 25 6 15F 4D 49
Octal 357 206 226 0 54 45 6 537 115 111
Binary 11101111 10000110 10010110 0 101100 100101 110 101011111 1001101 1001001

Color Harmonies of #EF8696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8696

Black with #EF8696

Text Example


Text Example

White with #EF8696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8696; }

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

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

background-color css

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

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

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

border-color css

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

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

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