Html Css Color HEX #EF8492 Carissma

📋 copy color: '#EF8492'

red 239 ◦ green 132 ◦ blue 146

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

Shades of Carissma #EF8492

Tints of Carissma #EF8492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.24%

R = 46.23%
G = 25.53%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF8492 (or 0xEF8492) is known color: Carissma. HEX triplet: EF, 84 and 92. RGB value is (239,132,146). Sum of RGB (Red+Green+Blue) = 239+132+146=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8492 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8492 is #107B6D. Grayscale: #A5A5A5. Windows color (decimal): -1080174 or 9602287. OLE color: 9602287.

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

Color convert

RGB 239 132 146 -
CMYK 0 0.45 0.39 0.06
HSL 352.15º 0.77% 0.73% -
HSV(B) 352.15º 0.45% 0.94% -
XYZ 49.04 36.93 31.74 -
YUV 165.59 116.95 180.36 -
System Red Green Blue C M Y K H S L
Decimal 239 132 146 0 0.45 0.39 0.06 352.15 0.77 0.73
Hex EF 84 92 0 2D 27 6 160 4D 49
Octal 357 204 222 0 55 47 6 540 115 111
Binary 11101111 10000100 10010010 0 101101 100111 110 101100000 1001101 1001001

Color Harmonies of #EF8492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8492

Black with #EF8492

Text Example


Text Example

White with #EF8492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8492; }

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

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

background-color css

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

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

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

border-color css

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

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

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