Html Css Color HEX #EF8297 Carissma

📋 copy color: '#EF8297'

red 239 ◦ green 130 ◦ blue 151

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

Shades of Carissma #EF8297

Tints of Carissma #EF8297

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25%

 BLUE value IS 151 (59.38% from 255) = 29.04%

R = 45.96%
G = 25%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF8297 (or 0xEF8297) is known color: Carissma. HEX triplet: EF, 82 and 97. RGB value is (239,130,151). Sum of RGB (Red+Green+Blue) = 239+130+151=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8297 is #107D68. Grayscale: #A5A5A5. Windows color (decimal): -1080681 or 9929455. OLE color: 9929455.

HSL color Cylindrical-coordinate representation of color #EF8297: hue angle of 348.44º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF8297 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 130 151 -
CMYK 0 0.46 0.37 0.06
HSL 348.44º 0.77% 0.72% -
HSV(B) 348.44º 0.46% 0.94% -
XYZ 49.17 36.55 33.74 -
YUV 164.99 120.11 180.79 -
System Red Green Blue C M Y K H S L
Decimal 239 130 151 0 0.46 0.37 0.06 348.44 0.77 0.72
Hex EF 82 97 0 2E 25 6 15C 4D 48
Octal 357 202 227 0 56 45 6 534 115 110
Binary 11101111 10000010 10010111 0 101110 100101 110 101011100 1001101 1001000

Color Harmonies of #EF8297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8297

Black with #EF8297

Text Example


Text Example

White with #EF8297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8297; }

 p { color: rgb(239,130,151); }

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

background-color css

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

 a { background-color: rgb(239,130,151); }

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

border-color css

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

 span { border-color: rgb(239,130,151); }

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