Html Css Color HEX #EF8695 Carissma

📋 copy color: '#EF8695'

red 239 ◦ green 134 ◦ blue 149

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

Shades of Carissma #EF8695

Tints of Carissma #EF8695

RGB

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

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

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

R = 45.79%
G = 25.67%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF8695 (or 0xEF8695) is known color: Carissma. HEX triplet: EF, 86 and 95. RGB value is (239,134,149). Sum of RGB (Red+Green+Blue) = 239+134+149=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8695 is #10796A. Grayscale: #A7A7A7. Windows color (decimal): -1079659 or 9799407. OLE color: 9799407.

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

Color convert

RGB 239 134 149 -
CMYK 0 0.44 0.38 0.06
HSL 351.43º 0.77% 0.73% -
HSV(B) 351.43º 0.44% 0.94% -
XYZ 49.55 37.57 33.07 -
YUV 167.11 117.79 179.28 -
System Red Green Blue C M Y K H S L
Decimal 239 134 149 0 0.44 0.38 0.06 351.43 0.77 0.73
Hex EF 86 95 0 2C 26 6 15F 4D 49
Octal 357 206 225 0 54 46 6 537 115 111
Binary 11101111 10000110 10010101 0 101100 100110 110 101011111 1001101 1001001

Color Harmonies of #EF8695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8695

Black with #EF8695

Text Example


Text Example

White with #EF8695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8695; }

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

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

background-color css

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

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

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

border-color css

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

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

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