Html Css Color HEX #EF8594 Carissma

📋 copy color: '#EF8594'

red 239 ◦ green 133 ◦ blue 148

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

Shades of Carissma #EF8594

Tints of Carissma #EF8594

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.58%

 BLUE value IS 148 (58.2% from 255) = 28.46%

R = 45.96%
G = 25.58%
B = 28.46%

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

#EF8594 (or 0xEF8594) is known color: Carissma. HEX triplet: EF, 85 and 94. RGB value is (239,133,148). Sum of RGB (Red+Green+Blue) = 239+133+148=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8594 is #107A6B. Grayscale: #A6A6A6. Windows color (decimal): -1079916 or 9733615. OLE color: 9733615.

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

Color convert

RGB 239 133 148 -
CMYK 0 0.44 0.38 0.06
HSL 351.51º 0.77% 0.73% -
HSV(B) 351.51º 0.44% 0.94% -
XYZ 49.33 37.26 32.61 -
YUV 166.4 117.62 179.78 -
System Red Green Blue C M Y K H S L
Decimal 239 133 148 0 0.44 0.38 0.06 351.51 0.77 0.73
Hex EF 85 94 0 2C 26 6 160 4D 49
Octal 357 205 224 0 54 46 6 540 115 111
Binary 11101111 10000101 10010100 0 101100 100110 110 101100000 1001101 1001001

Color Harmonies of #EF8594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8594

Black with #EF8594

Text Example


Text Example

White with #EF8594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8594; }

 p { color: rgb(239,133,148); }

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

background-color css

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

 a { background-color: rgb(239,133,148); }

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

border-color css

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

 span { border-color: rgb(239,133,148); }

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