Html Css Color HEX #EF859E Carissma

📋 copy color: '#EF859E'

red 239 ◦ green 133 ◦ blue 158

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

Shades of Carissma #EF859E

Tints of Carissma #EF859E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.81%

R = 45.09%
G = 25.09%
B = 29.81%

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

#EF859E (or 0xEF859E) is known color: Carissma. HEX triplet: EF, 85 and 9E. RGB value is (239,133,158). Sum of RGB (Red+Green+Blue) = 239+133+158=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF859E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF859E is #107A61. Grayscale: #A7A7A7. Windows color (decimal): -1079906 or 10388975. OLE color: 10388975.

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

Color convert

RGB 239 133 158 -
CMYK 0 0.44 0.34 0.06
HSL 345.85º 0.77% 0.73% -
HSV(B) 345.85º 0.44% 0.94% -
XYZ 50.16 37.59 36.96 -
YUV 167.54 122.62 178.97 -
System Red Green Blue C M Y K H S L
Decimal 239 133 158 0 0.44 0.34 0.06 345.85 0.77 0.73
Hex EF 85 9E 0 2C 22 6 15A 4D 49
Octal 357 205 236 0 54 42 6 532 115 111
Binary 11101111 10000101 10011110 0 101100 100010 110 101011010 1001101 1001001

Color Harmonies of #EF859E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF859E

Black with #EF859E

Text Example


Text Example

White with #EF859E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF859E; }

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

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

background-color css

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

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

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

border-color css

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

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

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