Html Css Color HEX #EF849B Carissma

📋 copy color: '#EF849B'

red 239 ◦ green 132 ◦ blue 155

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

Shades of Carissma #EF849B

Tints of Carissma #EF849B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.47%

R = 45.44%
G = 25.1%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF849B (or 0xEF849B) is known color: Carissma. HEX triplet: EF, 84 and 9B. RGB value is (239,132,155). Sum of RGB (Red+Green+Blue) = 239+132+155=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EF849B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF849B is #107B64. Grayscale: #A6A6A6. Windows color (decimal): -1080165 or 10192111. OLE color: 10192111.

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

Color convert

RGB 239 132 155 -
CMYK 0 0.45 0.35 0.06
HSL 347.1º 0.77% 0.73% -
HSV(B) 347.1º 0.45% 0.94% -
XYZ 49.76 37.22 35.57 -
YUV 166.62 121.45 179.63 -
System Red Green Blue C M Y K H S L
Decimal 239 132 155 0 0.45 0.35 0.06 347.1 0.77 0.73
Hex EF 84 9B 0 2D 23 6 15B 4D 49
Octal 357 204 233 0 55 43 6 533 115 111
Binary 11101111 10000100 10011011 0 101101 100011 110 101011011 1001101 1001001

Color Harmonies of #EF849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF849B

Black with #EF849B

Text Example


Text Example

White with #EF849B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF849B; }

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

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

background-color css

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

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

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

border-color css

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

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

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