Html Css Color HEX #EF848E Carissma

📋 copy color: '#EF848E'

red 239 ◦ green 132 ◦ blue 142

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

Shades of Carissma #EF848E

Tints of Carissma #EF848E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.73%

 BLUE value IS 142 (55.86% from 255) = 27.68%

R = 46.59%
G = 25.73%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF848E (or 0xEF848E) is known color: Carissma. HEX triplet: EF, 84 and 8E. RGB value is (239,132,142). Sum of RGB (Red+Green+Blue) = 239+132+142=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF848E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF848E is #107B71. Grayscale: #A5A5A5. Windows color (decimal): -1080178 or 9340143. OLE color: 9340143.

HSL color Cylindrical-coordinate representation of color #EF848E: hue angle of 354.39º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF848E is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 132 142 -
CMYK 0 0.45 0.41 0.06
HSL 354.39º 0.77% 0.73% -
HSV(B) 354.39º 0.45% 0.94% -
XYZ 48.73 36.81 30.13 -
YUV 165.13 114.95 180.69 -
System Red Green Blue C M Y K H S L
Decimal 239 132 142 0 0.45 0.41 0.06 354.39 0.77 0.73
Hex EF 84 8E 0 2D 29 6 162 4D 49
Octal 357 204 216 0 55 51 6 542 115 111
Binary 11101111 10000100 10001110 0 101101 101001 110 101100010 1001101 1001001

Color Harmonies of #EF848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF848E

Black with #EF848E

Text Example


Text Example

White with #EF848E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF848E; }

 p { color: rgb(239,132,142); }

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

background-color css

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

 a { background-color: rgb(239,132,142); }

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

border-color css

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

 span { border-color: rgb(239,132,142); }

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