Html Css Color HEX #EF7C96 Carissma

📋 copy color: '#EF7C96'

red 239 ◦ green 124 ◦ blue 150

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

Shades of Carissma #EF7C96

Tints of Carissma #EF7C96

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.17%

 BLUE value IS 150 (58.98% from 255) = 29.24%

R = 46.59%
G = 24.17%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF7C96 (or 0xEF7C96) is known color: Carissma. HEX triplet: EF, 7C and 96. RGB value is (239,124,150). Sum of RGB (Red+Green+Blue) = 239+124+150=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7C96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7C96 is #108369. Grayscale: #A1A1A1. Windows color (decimal): -1082218 or 9862383. OLE color: 9862383.

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

Color convert

RGB 239 124 150 -
CMYK 0 0.48 0.37 0.06
HSL 346.43º 0.78% 0.71% -
HSV(B) 346.43º 0.48% 0.94% -
XYZ 48.31 34.97 33.06 -
YUV 161.35 121.6 183.39 -
System Red Green Blue C M Y K H S L
Decimal 239 124 150 0 0.48 0.37 0.06 346.43 0.78 0.71
Hex EF 7C 96 0 30 25 6 15A 4E 47
Octal 357 174 226 0 60 45 6 532 116 107
Binary 11101111 1111100 10010110 0 110000 100101 110 101011010 1001110 1000111

Color Harmonies of #EF7C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7C96

Black with #EF7C96

Text Example


Text Example

White with #EF7C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7C96; }

 p { color: rgb(239,124,150); }

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

background-color css

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

 a { background-color: rgb(239,124,150); }

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

border-color css

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

 span { border-color: rgb(239,124,150); }

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