Html Css Color HEX #EF858F Carissma

📋 copy color: '#EF858F'

red 239 ◦ green 133 ◦ blue 143

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

Shades of Carissma #EF858F

Tints of Carissma #EF858F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.77%

R = 46.41%
G = 25.83%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF858F (or 0xEF858F) is known color: Carissma. HEX triplet: EF, 85 and 8F. RGB value is (239,133,143). Sum of RGB (Red+Green+Blue) = 239+133+143=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF858F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF858F is #107A70. Grayscale: #A5A5A5. Windows color (decimal): -1079921 or 9405935. OLE color: 9405935.

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

Color convert

RGB 239 133 143 -
CMYK 0 0.44 0.40 0.06
HSL 354.34º 0.77% 0.73% -
HSV(B) 354.34º 0.44% 0.94% -
XYZ 48.94 37.11 30.57 -
YUV 165.83 115.12 180.19 -
System Red Green Blue C M Y K H S L
Decimal 239 133 143 0 0.44 0.40 0.06 354.34 0.77 0.73
Hex EF 85 8F 0 2C 28 6 162 4D 49
Octal 357 205 217 0 54 50 6 542 115 111
Binary 11101111 10000101 10001111 0 101100 101000 110 101100010 1001101 1001001

Color Harmonies of #EF858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF858F

Black with #EF858F

Text Example


Text Example

White with #EF858F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF858F; }

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

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

background-color css

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

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

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

border-color css

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

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

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