Html Css Color HEX #EF848A Carissma

📋 copy color: '#EF848A'

red 239 ◦ green 132 ◦ blue 138

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

Shades of Carissma #EF848A

Tints of Carissma #EF848A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.11%

R = 46.95%
G = 25.93%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF848A (or 0xEF848A) is known color: Carissma. HEX triplet: EF, 84 and 8A. RGB value is (239,132,138). Sum of RGB (Red+Green+Blue) = 239+132+138=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF848A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF848A is #107B75. Grayscale: #A4A4A4. Windows color (decimal): -1080182 or 9077999. OLE color: 9077999.

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

Color convert

RGB 239 132 138 -
CMYK 0 0.45 0.42 0.06
HSL 356.64º 0.77% 0.73% -
HSV(B) 356.64º 0.45% 0.94% -
XYZ 48.44 36.69 28.57 -
YUV 164.68 112.95 181.01 -
System Red Green Blue C M Y K H S L
Decimal 239 132 138 0 0.45 0.42 0.06 356.64 0.77 0.73
Hex EF 84 8A 0 2D 2A 6 165 4D 49
Octal 357 204 212 0 55 52 6 545 115 111
Binary 11101111 10000100 10001010 0 101101 101010 110 101100101 1001101 1001001

Color Harmonies of #EF848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF848A

Black with #EF848A

Text Example


Text Example

White with #EF848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF848A; }

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

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

background-color css

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

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

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

border-color css

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

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

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