Html Css Color HEX #EF859D Carissma

📋 copy color: '#EF859D'

red 239 ◦ green 133 ◦ blue 157

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

Shades of Carissma #EF859D

Tints of Carissma #EF859D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.68%

R = 45.18%
G = 25.14%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF859D (or 0xEF859D) is known color: Carissma. HEX triplet: EF, 85 and 9D. RGB value is (239,133,157). Sum of RGB (Red+Green+Blue) = 239+133+157=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF859D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF859D is #107A62. Grayscale: #A7A7A7. Windows color (decimal): -1079907 or 10323439. OLE color: 10323439.

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

Color convert

RGB 239 133 157 -
CMYK 0 0.44 0.34 0.06
HSL 346.42º 0.77% 0.73% -
HSV(B) 346.42º 0.44% 0.94% -
XYZ 50.07 37.56 36.51 -
YUV 167.43 122.12 179.05 -
System Red Green Blue C M Y K H S L
Decimal 239 133 157 0 0.44 0.34 0.06 346.42 0.77 0.73
Hex EF 85 9D 0 2C 22 6 15A 4D 49
Octal 357 205 235 0 54 42 6 532 115 111
Binary 11101111 10000101 10011101 0 101100 100010 110 101011010 1001101 1001001

Color Harmonies of #EF859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF859D

Black with #EF859D

Text Example


Text Example

White with #EF859D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF859D; }

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

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

background-color css

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

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

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

border-color css

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

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

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