Html Css Color HEX #EF849D Carissma

📋 copy color: '#EF849D'

red 239 ◦ green 132 ◦ blue 157

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

Shades of Carissma #EF849D

Tints of Carissma #EF849D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.73%

R = 45.27%
G = 25%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF849D (or 0xEF849D) is known color: Carissma. HEX triplet: EF, 84 and 9D. RGB value is (239,132,157). Sum of RGB (Red+Green+Blue) = 239+132+157=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF849D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF849D is #107B62. Grayscale: #A6A6A6. Windows color (decimal): -1080163 or 10323183. OLE color: 10323183.

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

Color convert

RGB 239 132 157 -
CMYK 0 0.45 0.34 0.06
HSL 345.98º 0.77% 0.73% -
HSV(B) 345.98º 0.45% 0.94% -
XYZ 49.93 37.29 36.46 -
YUV 166.84 122.45 179.47 -
System Red Green Blue C M Y K H S L
Decimal 239 132 157 0 0.45 0.34 0.06 345.98 0.77 0.73
Hex EF 84 9D 0 2D 22 6 15A 4D 49
Octal 357 204 235 0 55 42 6 532 115 111
Binary 11101111 10000100 10011101 0 101101 100010 110 101011010 1001101 1001001

Color Harmonies of #EF849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF849D

Black with #EF849D

Text Example


Text Example

White with #EF849D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF849D; }

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

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

background-color css

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

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

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

border-color css

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

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

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