Html Css Color HEX #EF848D Carissma

📋 copy color: '#EF848D'

red 239 ◦ green 132 ◦ blue 141

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

Shades of Carissma #EF848D

Tints of Carissma #EF848D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.54%

R = 46.68%
G = 25.78%
B = 27.54%

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

#EF848D (or 0xEF848D) is known color: Carissma. HEX triplet: EF, 84 and 8D. RGB value is (239,132,141). Sum of RGB (Red+Green+Blue) = 239+132+141=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF848D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF848D is #107B72. Grayscale: #A5A5A5. Windows color (decimal): -1080179 or 9274607. OLE color: 9274607.

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

Color convert

RGB 239 132 141 -
CMYK 0 0.45 0.41 0.06
HSL 354.95º 0.77% 0.73% -
HSV(B) 354.95º 0.45% 0.94% -
XYZ 48.66 36.78 29.73 -
YUV 165.02 114.45 180.77 -
System Red Green Blue C M Y K H S L
Decimal 239 132 141 0 0.45 0.41 0.06 354.95 0.77 0.73
Hex EF 84 8D 0 2D 29 6 163 4D 49
Octal 357 204 215 0 55 51 6 543 115 111
Binary 11101111 10000100 10001101 0 101101 101001 110 101100011 1001101 1001001

Color Harmonies of #EF848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF848D

Black with #EF848D

Text Example


Text Example

White with #EF848D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF848D; }

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

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

background-color css

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

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

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

border-color css

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

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

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