Html Css Color HEX #EF8593 Carissma

📋 copy color: '#EF8593'

red 239 ◦ green 133 ◦ blue 147

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

Shades of Carissma #EF8593

Tints of Carissma #EF8593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.32%

R = 46.05%
G = 25.63%
B = 28.32%

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

#EF8593 (or 0xEF8593) is known color: Carissma. HEX triplet: EF, 85 and 93. RGB value is (239,133,147). Sum of RGB (Red+Green+Blue) = 239+133+147=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8593 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8593 is #107A6C. Grayscale: #A6A6A6. Windows color (decimal): -1079917 or 9668079. OLE color: 9668079.

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

Color convert

RGB 239 133 147 -
CMYK 0 0.44 0.38 0.06
HSL 352.08º 0.77% 0.73% -
HSV(B) 352.08º 0.44% 0.94% -
XYZ 49.25 37.23 32.19 -
YUV 166.29 117.12 179.86 -
System Red Green Blue C M Y K H S L
Decimal 239 133 147 0 0.44 0.38 0.06 352.08 0.77 0.73
Hex EF 85 93 0 2C 26 6 160 4D 49
Octal 357 205 223 0 54 46 6 540 115 111
Binary 11101111 10000101 10010011 0 101100 100110 110 101100000 1001101 1001001

Color Harmonies of #EF8593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8593

Black with #EF8593

Text Example


Text Example

White with #EF8593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8593; }

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

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

background-color css

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

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

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

border-color css

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

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

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