Html Css Color HEX #EF849F Carissma

📋 copy color: '#EF849F'

red 239 ◦ green 132 ◦ blue 159

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

Shades of Carissma #EF849F

Tints of Carissma #EF849F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30%

R = 45.09%
G = 24.91%
B = 30%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF849F (or 0xEF849F) is known color: Carissma. HEX triplet: EF, 84 and 9F. RGB value is (239,132,159). Sum of RGB (Red+Green+Blue) = 239+132+159=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF849F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF849F is #107B60. Grayscale: #A7A7A7. Windows color (decimal): -1080161 or 10454255. OLE color: 10454255.

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

Color convert

RGB 239 132 159 -
CMYK 0 0.45 0.33 0.06
HSL 344.86º 0.77% 0.73% -
HSV(B) 344.86º 0.45% 0.94% -
XYZ 50.11 37.36 37.37 -
YUV 167.07 123.45 179.3 -
System Red Green Blue C M Y K H S L
Decimal 239 132 159 0 0.45 0.33 0.06 344.86 0.77 0.73
Hex EF 84 9F 0 2D 21 6 159 4D 49
Octal 357 204 237 0 55 41 6 531 115 111
Binary 11101111 10000100 10011111 0 101101 100001 110 101011001 1001101 1001001

Color Harmonies of #EF849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF849F

Black with #EF849F

Text Example


Text Example

White with #EF849F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF849F; }

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

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

background-color css

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

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

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

border-color css

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

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

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