Html Css Color HEX #EF859F Carissma

📋 copy color: '#EF859F'

red 239 ◦ green 133 ◦ blue 159

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

Shades of Carissma #EF859F

Tints of Carissma #EF859F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.94%

R = 45.01%
G = 25.05%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF859F (or 0xEF859F) is known color: Carissma. HEX triplet: EF, 85 and 9F. RGB value is (239,133,159). Sum of RGB (Red+Green+Blue) = 239+133+159=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF859F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF859F is #107A60. Grayscale: #A7A7A7. Windows color (decimal): -1079905 or 10454511. OLE color: 10454511.

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

Color convert

RGB 239 133 159 -
CMYK 0 0.44 0.33 0.06
HSL 345.28º 0.77% 0.73% -
HSV(B) 345.28º 0.44% 0.94% -
XYZ 50.24 37.63 37.42 -
YUV 167.66 123.12 178.89 -
System Red Green Blue C M Y K H S L
Decimal 239 133 159 0 0.44 0.33 0.06 345.28 0.77 0.73
Hex EF 85 9F 0 2C 21 6 159 4D 49
Octal 357 205 237 0 54 41 6 531 115 111
Binary 11101111 10000101 10011111 0 101100 100001 110 101011001 1001101 1001001

Color Harmonies of #EF859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF859F

Black with #EF859F

Text Example


Text Example

White with #EF859F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF859F; }

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

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

background-color css

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

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

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

border-color css

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

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

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